Html Css Color HEX #60C2FD Maya Blue

📋 copy color: '#60C2FD'

red 96 ◦ green 194 ◦ blue 253

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

Shades of Maya Blue #60C2FD

Tints of Maya Blue #60C2FD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.73%

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

R = 17.68%
G = 35.73%
B = 46.59%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60C2FD (or 0x60C2FD) is known color: Maya Blue. HEX triplet: 60, C2 and FD. RGB value is (96,194,253). Sum of RGB (Red+Green+Blue) = 96+194+253=543 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.68% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #60C2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C2FD is #9F3D02. Grayscale: #ABABAB. Windows color (decimal): -10435843 or 16630368. OLE color: 16630368.

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

Color convert

RGB 96 194 253 -
CMYK 0.62 0.23 0 0.01
HSL 202.55º 0.98% 0.68% -
HSV(B) 202.55º 0.62% 0.99% -
XYZ 41.85 48.16 100.02 -
YUV 171.42 174.03 74.2 -
System Red Green Blue C M Y K H S L
Decimal 96 194 253 0.62 0.23 0 0.01 202.55 0.98 0.68
Hex 60 C2 FD 3E 17 0 1 CB 62 44
Octal 140 302 375 76 27 0 1 313 142 104
Binary 1100000 11000010 11111101 111110 10111 0 1 11001011 1100010 1000100

Color Harmonies of #60C2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C2FD

Black with #60C2FD

Text Example


Text Example

White with #60C2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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