Html Css Color HEX #60EEFE Baby Blue

📋 copy color: '#60EEFE'

red 96 ◦ green 238 ◦ blue 254

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

Shades of Baby Blue #60EEFE

Tints of Baby Blue #60EEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.48%

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

R = 16.33%
G = 40.48%
B = 43.2%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60EEFE (or 0x60EEFE) is known color: Baby Blue. HEX triplet: 60, EE and FE. RGB value is (96,238,254). Sum of RGB (Red+Green+Blue) = 96+238+254=588 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.33% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #60EEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EEFE is #9F1101. Grayscale: #C5C5C5. Windows color (decimal): -10424578 or 16707168. OLE color: 16707168.

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

Color convert

RGB 96 238 254 -
CMYK 0.62 0.06 0 0.00
HSL 186.08º 0.99% 0.69% -
HSV(B) 186.08º 0.62% 1% -
XYZ 53.29 70.79 104.62 -
YUV 197.37 159.96 55.7 -
System Red Green Blue C M Y K H S L
Decimal 96 238 254 0.62 0.06 0 0.00 186.08 0.99 0.69
Hex 60 EE FE 3E 6 0 0 BA 63 45
Octal 140 356 376 76 6 0 0 272 143 105
Binary 1100000 11101110 11111110 111110 110 0 0 10111010 1100011 1000101

Color Harmonies of #60EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EEFE

Black with #60EEFE

Text Example


Text Example

White with #60EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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