Html Css Color HEX #60D1FF Maya Blue

📋 copy color: '#60D1FF'

red 96 ◦ green 209 ◦ blue 255

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

Shades of Maya Blue #60D1FF

Tints of Maya Blue #60D1FF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.32%

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

R = 17.14%
G = 37.32%
B = 45.54%

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

#60D1FF (or 0x60D1FF) is known color: Maya Blue. HEX triplet: 60, D1 and FF. RGB value is (96,209,255). Sum of RGB (Red+Green+Blue) = 96+209+255=560 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.14% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #60D1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D1FF is #9F2E00. Grayscale: #B4B4B4. Windows color (decimal): -10432001 or 16765280. OLE color: 16765280.

HSL color Cylindrical-coordinate representation of color #60D1FF: hue angle of 197.36º 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 #60D1FF is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 209 255 -
CMYK 0.62 0.18 0 0
HSL 197.36º 1% 0.69% -
HSV(B) 197.36º 0.62% 1% -
XYZ 45.67 55.31 102.88 -
YUV 180.46 170.06 67.76 -
System Red Green Blue C M Y K H S L
Decimal 96 209 255 0.62 0.18 0 0 197.36 1 0.69
Hex 60 D1 FF 3E 12 0 0 C5 64 45
Octal 140 321 377 76 22 0 0 305 144 105
Binary 1100000 11010001 11111111 111110 10010 0 0 11000101 1100100 1000101

Color Harmonies of #60D1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D1FF

Black with #60D1FF

Text Example


Text Example

White with #60D1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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