Html Css Color HEX #66B8FC Maya Blue

📋 copy color: '#66B8FC'

red 102 ◦ green 184 ◦ blue 252

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

Shades of Maya Blue #66B8FC

Tints of Maya Blue #66B8FC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.2%

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

R = 18.96%
G = 34.2%
B = 46.84%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#66B8FC (or 0x66B8FC) is known color: Maya Blue. HEX triplet: 66, B8 and FC. RGB value is (102,184,252). Sum of RGB (Red+Green+Blue) = 102+184+252=538 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.96% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #66B8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B8FC is #994703. Grayscale: #A6A6A6. Windows color (decimal): -10045188 or 16562278. OLE color: 16562278.

HSL color Cylindrical-coordinate representation of color #66B8FC: hue angle of 207.2º 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 #66B8FC is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 184 252 -
CMYK 0.60 0.27 0 0.01
HSL 207.2º 0.96% 0.69% -
HSV(B) 207.2º 0.6% 0.99% -
XYZ 40.19 44.13 98.5 -
YUV 167.23 175.83 81.47 -
System Red Green Blue C M Y K H S L
Decimal 102 184 252 0.60 0.27 0 0.01 207.2 0.96 0.69
Hex 66 B8 FC 3C 1B 0 1 CF 60 45
Octal 146 270 374 74 33 0 1 317 140 105
Binary 1100110 10111000 11111100 111100 11011 0 1 11001111 1100000 1000101

Color Harmonies of #66B8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B8FC

Black with #66B8FC

Text Example


Text Example

White with #66B8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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