Html Css Color HEX #66C2F7 Maya Blue

📋 copy color: '#66C2F7'

red 102 ◦ green 194 ◦ blue 247

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

Shades of Maya Blue #66C2F7

Tints of Maya Blue #66C2F7

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.73%

 BLUE value IS 247 (96.88% from 255) = 45.49%

R = 18.78%
G = 35.73%
B = 45.49%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#66C2F7 (or 0x66C2F7) is known color: Maya Blue. HEX triplet: 66, C2 and F7. RGB value is (102,194,247). Sum of RGB (Red+Green+Blue) = 102+194+247=543 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.78% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 247 (96.88% from 255 or 45.49% from 543); Max value from RGB is 247 - color contains mainly: blue. Hex color #66C2F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66C2F7 is #993D08. Grayscale: #ACACAC. Windows color (decimal): -10042633 or 16237158. OLE color: 16237158.

HSL color Cylindrical-coordinate representation of color #66C2F7: hue angle of 201.93º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66C2F7 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 102 194 247 -
CMYK 0.59 0.21 0 0.03
HSL 201.93º 0.9% 0.68% -
HSV(B) 201.93º 0.59% 0.97% -
XYZ 41.56 48.12 95.09 -
YUV 172.53 170.02 77.69 -
System Red Green Blue C M Y K H S L
Decimal 102 194 247 0.59 0.21 0 0.03 201.93 0.9 0.68
Hex 66 C2 F7 3B 15 0 3 CA 5A 44
Octal 146 302 367 73 25 0 3 312 132 104
Binary 1100110 11000010 11110111 111011 10101 0 11 11001010 1011010 1000100

Color Harmonies of #66C2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C2F7

Black with #66C2F7

Text Example


Text Example

White with #66C2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,194,247); }

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

background-color css

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

 a { background-color: rgb(102,194,247); }

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

border-color css

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

 span { border-color: rgb(102,194,247); }

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