Html Css Color HEX #60C4FB Maya Blue

📋 copy color: '#60C4FB'

red 96 ◦ green 196 ◦ blue 251

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

Shades of Maya Blue #60C4FB

Tints of Maya Blue #60C4FB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.1%

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

R = 17.68%
G = 36.1%
B = 46.22%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#60C4FB (or 0x60C4FB) is known color: Maya Blue. HEX triplet: 60, C4 and FB. RGB value is (96,196,251). Sum of RGB (Red+Green+Blue) = 96+196+251=543 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.68% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #60C4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C4FB is #9F3B04. Grayscale: #ACACAC. Windows color (decimal): -10435333 or 16499808. OLE color: 16499808.

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

Color convert

RGB 96 196 251 -
CMYK 0.62 0.22 0 0.02
HSL 201.29º 0.95% 0.68% -
HSV(B) 201.29º 0.62% 0.98% -
XYZ 41.98 48.93 98.5 -
YUV 172.37 172.37 73.53 -
System Red Green Blue C M Y K H S L
Decimal 96 196 251 0.62 0.22 0 0.02 201.29 0.95 0.68
Hex 60 C4 FB 3E 16 0 2 C9 5F 44
Octal 140 304 373 76 26 0 2 311 137 104
Binary 1100000 11000100 11111011 111110 10110 0 10 11001001 1011111 1000100

Color Harmonies of #60C4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C4FB

Black with #60C4FB

Text Example


Text Example

White with #60C4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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