Html Css Color HEX #60CEFE Maya Blue

📋 copy color: '#60CEFE'

red 96 ◦ green 206 ◦ blue 254

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

Shades of Maya Blue #60CEFE

Tints of Maya Blue #60CEFE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.05%

 BLUE value IS 254 (99.61% from 255) = 45.68%

R = 17.27%
G = 37.05%
B = 45.68%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60CEFE (or 0x60CEFE) is known color: Maya Blue. HEX triplet: 60, CE and FE. RGB value is (96,206,254). Sum of RGB (Red+Green+Blue) = 96+206+254=556 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.27% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #60CEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CEFE is #9F3101. Grayscale: #B2B2B2. Windows color (decimal): -10432770 or 16698976. OLE color: 16698976.

HSL color Cylindrical-coordinate representation of color #60CEFE: hue angle of 198.23º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60CEFE is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 206 254 -
CMYK 0.62 0.19 0 0.00
HSL 198.23º 0.99% 0.69% -
HSV(B) 198.23º 0.62% 1% -
XYZ 44.78 53.79 101.79 -
YUV 178.58 170.56 69.1 -
System Red Green Blue C M Y K H S L
Decimal 96 206 254 0.62 0.19 0 0.00 198.23 0.99 0.69
Hex 60 CE FE 3E 13 0 0 C6 63 45
Octal 140 316 376 76 23 0 0 306 143 105
Binary 1100000 11001110 11111110 111110 10011 0 0 11000110 1100011 1000101

Color Harmonies of #60CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CEFE

Black with #60CEFE

Text Example


Text Example

White with #60CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,206,254); }

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

background-color css

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

 a { background-color: rgb(96,206,254); }

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

border-color css

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

 span { border-color: rgb(96,206,254); }

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