Html Css Color HEX #66B5FF Maya Blue

📋 copy color: '#66B5FF'

red 102 ◦ green 181 ◦ blue 255

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

Shades of Maya Blue #66B5FF

Tints of Maya Blue #66B5FF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.64%

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

R = 18.96%
G = 33.64%
B = 47.4%

CMYK

 C value IS 0.6

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#66B5FF (or 0x66B5FF) is known color: Maya Blue. HEX triplet: 66, B5 and FF. RGB value is (102,181,255). Sum of RGB (Red+Green+Blue) = 102+181+255=538 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.96% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #66B5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B5FF is #994A00. Grayscale: #A5A5A5. Windows color (decimal): -10045953 or 16758118. OLE color: 16758118.

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

Color convert

RGB 102 181 255 -
CMYK 0.6 0.29 0 0
HSL 209.02º 1% 0.7% -
HSV(B) 209.02º 0.6% 1% -
XYZ 40.05 43.09 100.81 -
YUV 165.82 178.33 82.48 -
System Red Green Blue C M Y K H S L
Decimal 102 181 255 0.6 0.29 0 0 209.02 1 0.7
Hex 66 B5 FF 3C 1D 0 0 D1 64 46
Octal 146 265 377 74 35 0 0 321 144 106
Binary 1100110 10110101 11111111 111100 11101 0 0 11010001 1100100 1000110

Color Harmonies of #66B5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B5FF

Black with #66B5FF

Text Example


Text Example

White with #66B5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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