Html Css Color HEX #66CFFD Maya Blue

📋 copy color: '#66CFFD'

red 102 ◦ green 207 ◦ blue 253

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

Shades of Maya Blue #66CFFD

Tints of Maya Blue #66CFFD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.83%

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

R = 18.15%
G = 36.83%
B = 45.02%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#66CFFD (or 0x66CFFD) is known color: Maya Blue. HEX triplet: 66, CF and FD. RGB value is (102,207,253). Sum of RGB (Red+Green+Blue) = 102+207+253=562 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.15% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #66CFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CFFD is #993002. Grayscale: #B4B4B4. Windows color (decimal): -10039299 or 16633702. OLE color: 16633702.

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

Color convert

RGB 102 207 253 -
CMYK 0.60 0.18 0 0.01
HSL 198.28º 0.97% 0.7% -
HSV(B) 198.28º 0.6% 0.99% -
XYZ 45.52 54.54 101.06 -
YUV 180.85 168.71 71.76 -
System Red Green Blue C M Y K H S L
Decimal 102 207 253 0.60 0.18 0 0.01 198.28 0.97 0.7
Hex 66 CF FD 3C 12 0 1 C6 61 46
Octal 146 317 375 74 22 0 1 306 141 106
Binary 1100110 11001111 11111101 111100 10010 0 1 11000110 1100001 1000110

Color Harmonies of #66CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CFFD

Black with #66CFFD

Text Example


Text Example

White with #66CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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