Html Css Color HEX #66CCFD Maya Blue

📋 copy color: '#66CCFD'

red 102 ◦ green 204 ◦ blue 253

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

Shades of Maya Blue #66CCFD

Tints of Maya Blue #66CCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.49%

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 18.25%
G = 36.49%
B = 45.26%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#66CCFD (or 0x66CCFD) is known color: Maya Blue. HEX triplet: 66, CC and FD. RGB value is (102,204,253). Sum of RGB (Red+Green+Blue) = 102+204+253=559 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.25% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #66CCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CCFD is #993302. Grayscale: #B2B2B2. Windows color (decimal): -10040067 or 16632934. OLE color: 16632934.

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

Color convert

RGB 102 204 253 -
CMYK 0.60 0.19 0 0.01
HSL 199.47º 0.97% 0.7% -
HSV(B) 199.47º 0.6% 0.99% -
XYZ 44.8 53.1 100.82 -
YUV 179.09 169.71 73.02 -
System Red Green Blue C M Y K H S L
Decimal 102 204 253 0.60 0.19 0 0.01 199.47 0.97 0.7
Hex 66 CC FD 3C 13 0 1 C7 61 46
Octal 146 314 375 74 23 0 1 307 141 106
Binary 1100110 11001100 11111101 111100 10011 0 1 11000111 1100001 1000110

Color Harmonies of #66CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CCFD

Black with #66CCFD

Text Example


Text Example

White with #66CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,204,253); }

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

background-color css

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

 a { background-color: rgb(102,204,253); }

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

border-color css

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

 span { border-color: rgb(102,204,253); }

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