Html Css Color HEX #66B0FE Maya Blue

📋 copy color: '#66B0FE'

red 102 ◦ green 176 ◦ blue 254

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

Shades of Maya Blue #66B0FE

Tints of Maya Blue #66B0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.08%

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

R = 19.17%
G = 33.08%
B = 47.74%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#66B0FE (or 0x66B0FE) is known color: Maya Blue. HEX triplet: 66, B0 and FE. RGB value is (102,176,254). Sum of RGB (Red+Green+Blue) = 102+176+254=532 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.17% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #66B0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66B0FE is #994F01. Grayscale: #A2A2A2. Windows color (decimal): -10047234 or 16691302. OLE color: 16691302.

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

Color convert

RGB 102 176 254 -
CMYK 0.60 0.31 0 0.00
HSL 210.79º 0.99% 0.7% -
HSV(B) 210.79º 0.6% 1% -
XYZ 38.89 41.03 99.64 -
YUV 162.77 179.48 84.66 -
System Red Green Blue C M Y K H S L
Decimal 102 176 254 0.60 0.31 0 0.00 210.79 0.99 0.7
Hex 66 B0 FE 3C 1F 0 0 D3 63 46
Octal 146 260 376 74 37 0 0 323 143 106
Binary 1100110 10110000 11111110 111100 11111 0 0 11010011 1100011 1000110

Color Harmonies of #66B0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B0FE

Black with #66B0FE

Text Example


Text Example

White with #66B0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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