Html Css Color HEX #66BAFE Maya Blue

📋 copy color: '#66BAFE'

red 102 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #66BAFE

Tints of Maya Blue #66BAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.86%

R = 18.82%
G = 34.32%
B = 46.86%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#66BAFE (or 0x66BAFE) is known color: Maya Blue. HEX triplet: 66, BA and FE. RGB value is (102,186,254). Sum of RGB (Red+Green+Blue) = 102+186+254=542 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.82% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #66BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BAFE is #994501. Grayscale: #A8A8A8. Windows color (decimal): -10044674 or 16693862. OLE color: 16693862.

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

Color convert

RGB 102 186 254 -
CMYK 0.60 0.27 0 0.00
HSL 206.84º 0.99% 0.7% -
HSV(B) 206.84º 0.6% 1% -
XYZ 40.93 45.1 100.31 -
YUV 168.64 176.17 80.47 -
System Red Green Blue C M Y K H S L
Decimal 102 186 254 0.60 0.27 0 0.00 206.84 0.99 0.7
Hex 66 BA FE 3C 1B 0 0 CF 63 46
Octal 146 272 376 74 33 0 0 317 143 106
Binary 1100110 10111010 11111110 111100 11011 0 0 11001111 1100011 1000110

Color Harmonies of #66BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BAFE

Black with #66BAFE

Text Example


Text Example

White with #66BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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