Html Css Color HEX #60D0FF Maya Blue

📋 copy color: '#60D0FF'

red 96 ◦ green 208 ◦ blue 255

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

Shades of Maya Blue #60D0FF

Tints of Maya Blue #60D0FF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.21%

 BLUE value IS 255 (100% from 255) = 45.62%

R = 17.17%
G = 37.21%
B = 45.62%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#60D0FF (or 0x60D0FF) is known color: Maya Blue. HEX triplet: 60, D0 and FF. RGB value is (96,208,255). Sum of RGB (Red+Green+Blue) = 96+208+255=559 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.17% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #60D0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D0FF is #9F2F00. Grayscale: #B3B3B3. Windows color (decimal): -10432257 or 16765024. OLE color: 16765024.

HSL color Cylindrical-coordinate representation of color #60D0FF: hue angle of 197.74º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60D0FF is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 208 255 -
CMYK 0.62 0.18 0 0
HSL 197.74º 1% 0.69% -
HSV(B) 197.74º 0.62% 1% -
XYZ 45.43 54.82 102.79 -
YUV 179.87 170.39 68.18 -
System Red Green Blue C M Y K H S L
Decimal 96 208 255 0.62 0.18 0 0 197.74 1 0.69
Hex 60 D0 FF 3E 12 0 0 C6 64 45
Octal 140 320 377 76 22 0 0 306 144 105
Binary 1100000 11010000 11111111 111110 10010 0 0 11000110 1100100 1000101

Color Harmonies of #60D0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D0FF

Black with #60D0FF

Text Example


Text Example

White with #60D0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,208,255); }

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

background-color css

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

 a { background-color: rgb(96,208,255); }

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

border-color css

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

 span { border-color: rgb(96,208,255); }

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