Html Css Color HEX #60CEF8 Maya Blue

📋 copy color: '#60CEF8'

red 96 ◦ green 206 ◦ blue 248

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

Shades of Maya Blue #60CEF8

Tints of Maya Blue #60CEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.09%

R = 17.45%
G = 37.45%
B = 45.09%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#60CEF8 (or 0x60CEF8) is known color: Maya Blue. HEX triplet: 60, CE and F8. RGB value is (96,206,248). Sum of RGB (Red+Green+Blue) = 96+206+248=550 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.45% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 248 (97.27% from 255 or 45.09% from 550); Max value from RGB is 248 - color contains mainly: blue. Hex color #60CEF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CEF8 is #9F3107. Grayscale: #B1B1B1. Windows color (decimal): -10432776 or 16305760. OLE color: 16305760.

HSL color Cylindrical-coordinate representation of color #60CEF8: hue angle of 196.58º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60CEF8 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 96 206 248 -
CMYK 0.61 0.17 0 0.03
HSL 196.58º 0.92% 0.67% -
HSV(B) 196.58º 0.61% 0.97% -
XYZ 43.84 53.41 96.8 -
YUV 177.9 167.56 69.58 -
System Red Green Blue C M Y K H S L
Decimal 96 206 248 0.61 0.17 0 0.03 196.58 0.92 0.67
Hex 60 CE F8 3D 11 0 3 C5 5C 43
Octal 140 316 370 75 21 0 3 305 134 103
Binary 1100000 11001110 11111000 111101 10001 0 11 11000101 1011100 1000011

Color Harmonies of #60CEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CEF8

Black with #60CEF8

Text Example


Text Example

White with #60CEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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