Html Css Color HEX #66B7FF Maya Blue

📋 copy color: '#66B7FF'

red 102 ◦ green 183 ◦ blue 255

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

Shades of Maya Blue #66B7FF

Tints of Maya Blue #66B7FF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.89%

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

R = 18.89%
G = 33.89%
B = 47.22%

CMYK

 C value IS 0.6

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#66B7FF (or 0x66B7FF) is known color: Maya Blue. HEX triplet: 66, B7 and FF. RGB value is (102,183,255). Sum of RGB (Red+Green+Blue) = 102+183+255=540 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.89% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #66B7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B7FF is #994800. Grayscale: #A6A6A6. Windows color (decimal): -10045441 or 16758630. OLE color: 16758630.

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

Color convert

RGB 102 183 255 -
CMYK 0.6 0.28 0 0
HSL 208.24º 1% 0.7% -
HSV(B) 208.24º 0.6% 1% -
XYZ 40.46 43.91 100.95 -
YUV 166.99 177.66 81.65 -
System Red Green Blue C M Y K H S L
Decimal 102 183 255 0.6 0.28 0 0 208.24 1 0.7
Hex 66 B7 FF 3C 1C 0 0 D0 64 46
Octal 146 267 377 74 34 0 0 320 144 106
Binary 1100110 10110111 11111111 111100 11100 0 0 11010000 1100100 1000110

Color Harmonies of #66B7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B7FF

Black with #66B7FF

Text Example


Text Example

White with #66B7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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