Html Css Color HEX #60CBFC Maya Blue

📋 copy color: '#60CBFC'

red 96 ◦ green 203 ◦ blue 252

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

Shades of Maya Blue #60CBFC

Tints of Maya Blue #60CBFC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.84%

 BLUE value IS 252 (98.83% from 255) = 45.74%

R = 17.42%
G = 36.84%
B = 45.74%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60CBFC (or 0x60CBFC) is known color: Maya Blue. HEX triplet: 60, CB and FC. RGB value is (96,203,252). Sum of RGB (Red+Green+Blue) = 96+203+252=551 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.42% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #60CBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CBFC is #9F3403. Grayscale: #B0B0B0. Windows color (decimal): -10433540 or 16567136. OLE color: 16567136.

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

Color convert

RGB 96 203 252 -
CMYK 0.62 0.19 0 0.01
HSL 198.85º 0.96% 0.68% -
HSV(B) 198.85º 0.62% 0.99% -
XYZ 43.75 52.23 99.87 -
YUV 176.59 170.55 70.52 -
System Red Green Blue C M Y K H S L
Decimal 96 203 252 0.62 0.19 0 0.01 198.85 0.96 0.68
Hex 60 CB FC 3E 13 0 1 C7 60 44
Octal 140 313 374 76 23 0 1 307 140 104
Binary 1100000 11001011 11111100 111110 10011 0 1 11000111 1100000 1000100

Color Harmonies of #60CBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CBFC

Black with #60CBFC

Text Example


Text Example

White with #60CBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,203,252); }

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

background-color css

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

 a { background-color: rgb(96,203,252); }

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

border-color css

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

 span { border-color: rgb(96,203,252); }

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