Html Css Color HEX #60CDFC Maya Blue

📋 copy color: '#60CDFC'

red 96 ◦ green 205 ◦ blue 252

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

Shades of Maya Blue #60CDFC

Tints of Maya Blue #60CDFC

RGB

 RED value IS 96 (37.89% from 255) = 17.36%

 GREEN value IS 205 (80.47% from 255) = 37.07%

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

R = 17.36%
G = 37.07%
B = 45.57%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60CDFC (or 0x60CDFC) is known color: Maya Blue. HEX triplet: 60, CD and FC. RGB value is (96,205,252). Sum of RGB (Red+Green+Blue) = 96+205+252=553 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.36% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #60CDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CDFC is #9F3203. Grayscale: #B1B1B1. Windows color (decimal): -10433028 or 16567648. OLE color: 16567648.

HSL color Cylindrical-coordinate representation of color #60CDFC: hue angle of 198.08º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60CDFC is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 205 252 -
CMYK 0.62 0.19 0 0.01
HSL 198.08º 0.96% 0.68% -
HSV(B) 198.08º 0.62% 0.99% -
XYZ 44.23 53.18 100.03 -
YUV 177.77 169.89 69.68 -
System Red Green Blue C M Y K H S L
Decimal 96 205 252 0.62 0.19 0 0.01 198.08 0.96 0.68
Hex 60 CD FC 3E 13 0 1 C6 60 44
Octal 140 315 374 76 23 0 1 306 140 104
Binary 1100000 11001101 11111100 111110 10011 0 1 11000110 1100000 1000100

Color Harmonies of #60CDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CDFC

Black with #60CDFC

Text Example


Text Example

White with #60CDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60CDFC; }

 p { color: rgb(96,205,252); }

 H1.HeaderClassName
 {
   color: #60CDFC;
 }
 .AnyTagClassName
 {
   color: #60CDFC;
 }
</style>

background-color css

<style>
 a { background-color: #60CDFC; }

 a { background-color: rgb(96,205,252); }

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

border-color css

<style>
 span { border-color: #60CDFC; }

 span { border-color: rgb(96,205,252); }

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