Html Css Color HEX #60CEFD Maya Blue

📋 copy color: '#60CEFD'

red 96 ◦ green 206 ◦ blue 253

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

Shades of Maya Blue #60CEFD

Tints of Maya Blue #60CEFD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.12%

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

R = 17.3%
G = 37.12%
B = 45.59%

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

#60CEFD (or 0x60CEFD) is known color: Maya Blue. HEX triplet: 60, CE and FD. RGB value is (96,206,253). Sum of RGB (Red+Green+Blue) = 96+206+253=555 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.30% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #60CEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CEFD is #9F3102. Grayscale: #B2B2B2. Windows color (decimal): -10432771 or 16633440. OLE color: 16633440.

HSL color Cylindrical-coordinate representation of color #60CEFD: hue angle of 197.96º degrees, saturation: 0.98, 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 #60CEFD is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 206 253 -
CMYK 0.62 0.19 0 0.01
HSL 197.96º 0.98% 0.68% -
HSV(B) 197.96º 0.62% 0.99% -
XYZ 44.62 53.72 100.95 -
YUV 178.47 170.06 69.18 -
System Red Green Blue C M Y K H S L
Decimal 96 206 253 0.62 0.19 0 0.01 197.96 0.98 0.68
Hex 60 CE FD 3E 13 0 1 C6 62 44
Octal 140 316 375 76 23 0 1 306 142 104
Binary 1100000 11001110 11111101 111110 10011 0 1 11000110 1100010 1000100

Color Harmonies of #60CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CEFD

Black with #60CEFD

Text Example


Text Example

White with #60CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,206,253); }

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

background-color css

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

 a { background-color: rgb(96,206,253); }

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

border-color css

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

 span { border-color: rgb(96,206,253); }

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