#6FBFFF

Color #6FBFFF Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #6FBFFF

Tints of Maya Blue #6FBFFF

Color information

#6FBFFF (or 0x6FBFFF) is unknown color: approx Maya Blue. HEX triplet: 6F, BF and FF. RGB value is (111,191,255). Sum of RGB (Red+Green+Blue) = 111+191+255=557 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.93% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FBFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBFFF is #904000. Grayscale: #AEAEAE. Windows color (decimal): -9453569 or 16760687. OLE color: 16760687.

HSL color Cylindrical-coordinate representation of color #6FBFFF: hue angle of 206.67º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FBFFF is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB111191255-
CMYK0.560.2500
HSL206.67º100%71.76%-
HSV(B)206.67º56.47%100%-
XYZ43.2447.86101.57-
YUV174.38173.582.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 19.93%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 255 (100% from 255) = 45.78%
R=19.93%
G=34.29%
B=45.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1111912550.560.2500206.6710071.76
Hex6FBFFF381900cf6448
Octal157277377703100317144110
Binary1101111101111111111111111100011001001100111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FBFFF; }

 p { color: rgb(111,191,255); }

 H1.HeaderClassName
 {
   color: #6FBFFF;
 }
 .AnyTagClassName
 {
   color: #6FBFFF;
 }
</style>
background-color css

<style>
 a { background-color: #6FBFFF; }

 a { background-color: rgb(111,191,255); }

 div.DivClassName
 {
   background-color: #6FBFFF;
 }
 .BgClassName
 {
   background-color: #6FBFFF;
 }
</style>
border-color css

<style>
 span { border-color: #6FBFFF; }

 span { border-color: rgb(111,191,255); }

 td.TdClassName
 {
   border-color: #6FBFFF;
 }
 .TagClassName
 {
   border-color: #6FBFFF;
 }
</style>