Html Css Color HEX #66BAFF Maya Blue

📋 copy color: '#66BAFF'

red 102 ◦ green 186 ◦ blue 255

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

Shades of Maya Blue #66BAFF

Tints of Maya Blue #66BAFF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.25%

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

R = 18.78%
G = 34.25%
B = 46.96%

CMYK

 C value IS 0.6

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#66BAFF (or 0x66BAFF) is known color: Maya Blue. HEX triplet: 66, BA and FF. RGB value is (102,186,255). Sum of RGB (Red+Green+Blue) = 102+186+255=543 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.78% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #66BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BAFF is #994500. Grayscale: #A8A8A8. Windows color (decimal): -10044673 or 16759398. OLE color: 16759398.

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

Color convert

RGB 102 186 255 -
CMYK 0.6 0.27 0 0
HSL 207.06º 1% 0.7% -
HSV(B) 207.06º 0.6% 1% -
XYZ 41.09 45.16 101.16 -
YUV 168.75 176.67 80.39 -
System Red Green Blue C M Y K H S L
Decimal 102 186 255 0.6 0.27 0 0 207.06 1 0.7
Hex 66 BA FF 3C 1B 0 0 CF 64 46
Octal 146 272 377 74 33 0 0 317 144 106
Binary 1100110 10111010 11111111 111100 11011 0 0 11001111 1100100 1000110

Color Harmonies of #66BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BAFF

Black with #66BAFF

Text Example


Text Example

White with #66BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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