Html Css Color HEX #66C7FA Maya Blue

📋 copy color: '#66C7FA'

red 102 ◦ green 199 ◦ blue 250

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

Shades of Maya Blue #66C7FA

Tints of Maya Blue #66C7FA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.12%

 BLUE value IS 250 (98.05% from 255) = 45.37%

R = 18.51%
G = 36.12%
B = 45.37%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#66C7FA (or 0x66C7FA) is known color: Maya Blue. HEX triplet: 66, C7 and FA. RGB value is (102,199,250). Sum of RGB (Red+Green+Blue) = 102+199+250=551 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.51% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #66C7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66C7FA is #993805. Grayscale: #AFAFAF. Windows color (decimal): -10041350 or 16435046. OLE color: 16435046.

HSL color Cylindrical-coordinate representation of color #66C7FA: hue angle of 200.68º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66C7FA is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 199 250 -
CMYK 0.59 0.20 0 0.02
HSL 200.68º 0.94% 0.69% -
HSV(B) 200.68º 0.59% 0.98% -
XYZ 43.16 50.57 97.93 -
YUV 175.81 169.86 75.35 -
System Red Green Blue C M Y K H S L
Decimal 102 199 250 0.59 0.20 0 0.02 200.68 0.94 0.69
Hex 66 C7 FA 3B 14 0 2 C9 5E 45
Octal 146 307 372 73 24 0 2 311 136 105
Binary 1100110 11000111 11111010 111011 10100 0 10 11001001 1011110 1000101

Color Harmonies of #66C7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C7FA

Black with #66C7FA

Text Example


Text Example

White with #66C7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,199,250); }

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

background-color css

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

 a { background-color: rgb(102,199,250); }

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

border-color css

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

 span { border-color: rgb(102,199,250); }

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