Html Css Color HEX #66BCF2 Maya Blue

📋 copy color: '#66BCF2'

red 102 ◦ green 188 ◦ blue 242

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

Shades of Maya Blue #66BCF2

Tints of Maya Blue #66BCF2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.34%

 BLUE value IS 242 (94.92% from 255) = 45.49%

R = 19.17%
G = 35.34%
B = 45.49%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#66BCF2 (or 0x66BCF2) is known color: Maya Blue. HEX triplet: 66, BC and F2. RGB value is (102,188,242). Sum of RGB (Red+Green+Blue) = 102+188+242=532 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.17% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #66BCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BCF2 is #99430D. Grayscale: #A8A8A8. Windows color (decimal): -10044174 or 15907942. OLE color: 15907942.

HSL color Cylindrical-coordinate representation of color #66BCF2: hue angle of 203.14º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66BCF2 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 188 242 -
CMYK 0.58 0.22 0 0.05
HSL 203.14º 0.84% 0.67% -
HSV(B) 203.14º 0.58% 0.95% -
XYZ 39.49 45.2 90.65 -
YUV 168.44 169.51 80.61 -
System Red Green Blue C M Y K H S L
Decimal 102 188 242 0.58 0.22 0 0.05 203.14 0.84 0.67
Hex 66 BC F2 3A 16 0 5 CB 54 43
Octal 146 274 362 72 26 0 5 313 124 103
Binary 1100110 10111100 11110010 111010 10110 0 101 11001011 1010100 1000011

Color Harmonies of #66BCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BCF2

Black with #66BCF2

Text Example


Text Example

White with #66BCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,188,242); }

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

background-color css

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

 a { background-color: rgb(102,188,242); }

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

border-color css

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

 span { border-color: rgb(102,188,242); }

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