Html Css Color HEX #66BBFE Maya Blue

📋 copy color: '#66BBFE'

red 102 ◦ green 187 ◦ blue 254

#66BBFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #66BBFE

Tints of Maya Blue #66BBFE

RGB

 RED value IS 102 (40.23% from 255) = 18.78%

 GREEN value IS 187 (73.44% from 255) = 34.44%

 BLUE value IS 254 (99.61% from 255) = 46.78%

R = 18.78%
G = 34.44%
B = 46.78%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#66BBFE (or 0x66BBFE) is known color: Maya Blue. HEX triplet: 66, BB and FE. RGB value is (102,187,254). Sum of RGB (Red+Green+Blue) = 102+187+254=543 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.78% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #66BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BBFE is #994401. Grayscale: #A8A8A8. Windows color (decimal): -10044418 or 16694118. OLE color: 16694118.

HSL color Cylindrical-coordinate representation of color #66BBFE: hue angle of 206.45º 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 #66BBFE is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 102 187 254 -
CMYK 0.60 0.26 0 0.00
HSL 206.45º 0.99% 0.7% -
HSV(B) 206.45º 0.6% 1% -
XYZ 41.14 45.52 100.38 -
YUV 169.22 175.84 80.05 -
System Red Green Blue C M Y K H S L
Decimal 102 187 254 0.60 0.26 0 0.00 206.45 0.99 0.7
Hex 66 BB FE 3C 1A 0 0 CE 63 46
Octal 146 273 376 74 32 0 0 316 143 106
Binary 1100110 10111011 11111110 111100 11010 0 0 11001110 1100011 1000110

Color Harmonies of #66BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BBFE

Black with #66BBFE

Text Example


Text Example

White with #66BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66BBFE;
 }
 .AnyTagClassName
 {
   color: #66BBFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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