Html Css Color HEX #66C1FF Maya Blue

📋 copy color: '#66C1FF'

red 102 ◦ green 193 ◦ blue 255

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

Shades of Maya Blue #66C1FF

Tints of Maya Blue #66C1FF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.09%

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

R = 18.55%
G = 35.09%
B = 46.36%

CMYK

 C value IS 0.6

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#66C1FF (or 0x66C1FF) is known color: Maya Blue. HEX triplet: 66, C1 and FF. RGB value is (102,193,255). Sum of RGB (Red+Green+Blue) = 102+193+255=550 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.55% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #66C1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66C1FF is #993E00. Grayscale: #ACACAC. Windows color (decimal): -10042881 or 16761190. OLE color: 16761190.

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

Color convert

RGB 102 193 255 -
CMYK 0.6 0.24 0 0
HSL 204.31º 1% 0.7% -
HSV(B) 204.31º 0.6% 1% -
XYZ 42.6 48.18 101.66 -
YUV 172.86 174.35 77.46 -
System Red Green Blue C M Y K H S L
Decimal 102 193 255 0.6 0.24 0 0 204.31 1 0.7
Hex 66 C1 FF 3C 18 0 0 CC 64 46
Octal 146 301 377 74 30 0 0 314 144 106
Binary 1100110 11000001 11111111 111100 11000 0 0 11001100 1100100 1000110

Color Harmonies of #66C1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C1FF

Black with #66C1FF

Text Example


Text Example

White with #66C1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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