#66BFFE

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

Shades of Maya Blue #66BFFE

Tints of Maya Blue #66BFFE

Color information

#66BFFE (or 0x66BFFE) is unknown color: approx Maya Blue. HEX triplet: 66, BF and FE. RGB value is (102,191,254). Sum of RGB (Red+Green+Blue) = 102+191+254=547 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.65% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #66BFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BFFE is #994001. Grayscale: #ABABAB. Windows color (decimal): -10043394 or 16695142. OLE color: 16695142.

HSL color Cylindrical-coordinate representation of color #66BFFE: hue angle of 204.87º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66BFFE is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB102191254-
CMYK0.600.2500.00
HSL204.87º98.7%69.8%-
HSV(B)204.87º59.84%99.61%-
XYZ4247.24100.67-
YUV171.57174.5178.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.65%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=18.65%
G=34.92%
B=46.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1021912540.600.2500.00204.8798.769.8
Hex66BFFE3C1900cd6346
Octal146277376743100315143106
Binary1100110101111111111111011110011001001100110111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66BFFE; }

 p { color: rgb(102,191,254); }

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

<style>
 a { background-color: #66BFFE; }

 a { background-color: rgb(102,191,254); }

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

<style>
 span { border-color: #66BFFE; }

 span { border-color: rgb(102,191,254); }

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