Html Css Color HEX #66B4FE Maya Blue

📋 copy color: '#66B4FE'

red 102 ◦ green 180 ◦ blue 254

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

Shades of Maya Blue #66B4FE

Tints of Maya Blue #66B4FE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.58%

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

R = 19.03%
G = 33.58%
B = 47.39%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#66B4FE (or 0x66B4FE) is known color: Maya Blue. HEX triplet: 66, B4 and FE. RGB value is (102,180,254). Sum of RGB (Red+Green+Blue) = 102+180+254=536 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.03% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #66B4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B4FE is #994B01. Grayscale: #A4A4A4. Windows color (decimal): -10046210 or 16692326. OLE color: 16692326.

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

Color convert

RGB 102 180 254 -
CMYK 0.60 0.29 0 0.00
HSL 209.21º 0.99% 0.7% -
HSV(B) 209.21º 0.6% 1% -
XYZ 39.69 42.62 99.9 -
YUV 165.11 178.16 82.98 -
System Red Green Blue C M Y K H S L
Decimal 102 180 254 0.60 0.29 0 0.00 209.21 0.99 0.7
Hex 66 B4 FE 3C 1D 0 0 D1 63 46
Octal 146 264 376 74 35 0 0 321 143 106
Binary 1100110 10110100 11111110 111100 11101 0 0 11010001 1100011 1000110

Color Harmonies of #66B4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B4FE

Black with #66B4FE

Text Example


Text Example

White with #66B4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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