Html Css Color HEX #66B0FF Maya Blue

📋 copy color: '#66B0FF'

red 102 ◦ green 176 ◦ blue 255

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

Shades of Maya Blue #66B0FF

Tints of Maya Blue #66B0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.84%

R = 19.14%
G = 33.02%
B = 47.84%

CMYK

 C value IS 0.6

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#66B0FF (or 0x66B0FF) is known color: Maya Blue. HEX triplet: 66, B0 and FF. RGB value is (102,176,255). Sum of RGB (Red+Green+Blue) = 102+176+255=533 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.14% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #66B0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66B0FF is #994F00. Grayscale: #A2A2A2. Windows color (decimal): -10047233 or 16756838. OLE color: 16756838.

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

Color convert

RGB 102 176 255 -
CMYK 0.6 0.31 0 0
HSL 210.98º 1% 0.7% -
HSV(B) 210.98º 0.6% 1% -
XYZ 39.05 41.1 100.48 -
YUV 162.88 179.98 84.58 -
System Red Green Blue C M Y K H S L
Decimal 102 176 255 0.6 0.31 0 0 210.98 1 0.7
Hex 66 B0 FF 3C 1F 0 0 D3 64 46
Octal 146 260 377 74 37 0 0 323 144 106
Binary 1100110 10110000 11111111 111100 11111 0 0 11010011 1100100 1000110

Color Harmonies of #66B0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B0FF

Black with #66B0FF

Text Example


Text Example

White with #66B0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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