Html Css Color HEX #60D2FB Maya Blue

📋 copy color: '#60D2FB'

red 96 ◦ green 210 ◦ blue 251

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

Shades of Maya Blue #60D2FB

Tints of Maya Blue #60D2FB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.7%

 BLUE value IS 251 (98.44% from 255) = 45.06%

R = 17.24%
G = 37.7%
B = 45.06%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#60D2FB (or 0x60D2FB) is known color: Maya Blue. HEX triplet: 60, D2 and FB. RGB value is (96,210,251). Sum of RGB (Red+Green+Blue) = 96+210+251=557 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.24% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #60D2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D2FB is #9F2D04. Grayscale: #B4B4B4. Windows color (decimal): -10431749 or 16503392. OLE color: 16503392.

HSL color Cylindrical-coordinate representation of color #60D2FB: hue angle of 195.87º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60D2FB is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 210 251 -
CMYK 0.62 0.16 0 0.02
HSL 195.87º 0.95% 0.68% -
HSV(B) 195.87º 0.62% 0.98% -
XYZ 45.28 55.55 99.6 -
YUV 180.59 167.73 67.67 -
System Red Green Blue C M Y K H S L
Decimal 96 210 251 0.62 0.16 0 0.02 195.87 0.95 0.68
Hex 60 D2 FB 3E 10 0 2 C4 5F 44
Octal 140 322 373 76 20 0 2 304 137 104
Binary 1100000 11010010 11111011 111110 10000 0 10 11000100 1011111 1000100

Color Harmonies of #60D2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D2FB

Black with #60D2FB

Text Example


Text Example

White with #60D2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,210,251); }

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

background-color css

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

 a { background-color: rgb(96,210,251); }

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

border-color css

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

 span { border-color: rgb(96,210,251); }

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