Html Css Color HEX #66B3FF Maya Blue

📋 copy color: '#66B3FF'

red 102 ◦ green 179 ◦ blue 255

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

Shades of Maya Blue #66B3FF

Tints of Maya Blue #66B3FF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.4%

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

R = 19.03%
G = 33.4%
B = 47.57%

CMYK

 C value IS 0.6

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#66B3FF (or 0x66B3FF) is known color: Maya Blue. HEX triplet: 66, B3 and FF. RGB value is (102,179,255). Sum of RGB (Red+Green+Blue) = 102+179+255=536 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.03% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #66B3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B3FF is #994C00. Grayscale: #A4A4A4. Windows color (decimal): -10046465 or 16757606. OLE color: 16757606.

HSL color Cylindrical-coordinate representation of color #66B3FF: hue angle of 209.8º 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 #66B3FF is Cyan = 0.6, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 179 255 -
CMYK 0.6 0.30 0 0
HSL 209.8º 1% 0.7% -
HSV(B) 209.8º 0.6% 1% -
XYZ 39.65 42.28 100.68 -
YUV 164.64 178.99 83.32 -
System Red Green Blue C M Y K H S L
Decimal 102 179 255 0.6 0.30 0 0 209.8 1 0.7
Hex 66 B3 FF 3C 1E 0 0 D2 64 46
Octal 146 263 377 74 36 0 0 322 144 106
Binary 1100110 10110011 11111111 111100 11110 0 0 11010010 1100100 1000110

Color Harmonies of #66B3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B3FF

Black with #66B3FF

Text Example


Text Example

White with #66B3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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