Html Css Color HEX #66BCFC Maya Blue

📋 copy color: '#66BCFC'

red 102 ◦ green 188 ◦ blue 252

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

Shades of Maya Blue #66BCFC

Tints of Maya Blue #66BCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.49%

R = 18.82%
G = 34.69%
B = 46.49%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#66BCFC (or 0x66BCFC) is known color: Maya Blue. HEX triplet: 66, BC and FC. RGB value is (102,188,252). Sum of RGB (Red+Green+Blue) = 102+188+252=542 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.82% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #66BCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BCFC is #994303. Grayscale: #A9A9A9. Windows color (decimal): -10044164 or 16563302. OLE color: 16563302.

HSL color Cylindrical-coordinate representation of color #66BCFC: hue angle of 205.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66BCFC is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 188 252 -
CMYK 0.60 0.25 0 0.01
HSL 205.6º 0.96% 0.69% -
HSV(B) 205.6º 0.6% 0.99% -
XYZ 41.03 45.82 98.78 -
YUV 169.58 174.51 79.8 -
System Red Green Blue C M Y K H S L
Decimal 102 188 252 0.60 0.25 0 0.01 205.6 0.96 0.69
Hex 66 BC FC 3C 19 0 1 CE 60 45
Octal 146 274 374 74 31 0 1 316 140 105
Binary 1100110 10111100 11111100 111100 11001 0 1 11001110 1100000 1000101

Color Harmonies of #66BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BCFC

Black with #66BCFC

Text Example


Text Example

White with #66BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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