Html Css Color HEX #60FFE5 Baby Blue

📋 copy color: '#60FFE5'

red 96 ◦ green 255 ◦ blue 229

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

Shades of Baby Blue #60FFE5

Tints of Baby Blue #60FFE5

RGB

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

 GREEN value IS 255 (100% from 255) = 43.97%

 BLUE value IS 229 (89.84% from 255) = 39.48%

R = 16.55%
G = 43.97%
B = 39.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#60FFE5 (or 0x60FFE5) is known color: Baby Blue. HEX triplet: 60, FF and E5. RGB value is (96,255,229). Sum of RGB (Red+Green+Blue) = 96+255+229=580 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.55% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FFE5 is #9F001A. Grayscale: #CCCCCC. Windows color (decimal): -10420251 or 15073120. OLE color: 15073120.

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

Color convert

RGB 96 255 229 -
CMYK 0.62 0 0.10 0
HSL 170.19º 1% 0.69% -
HSV(B) 170.19º 0.62% 1% -
XYZ 54.73 79.66 86.62 -
YUV 204.5 141.82 50.61 -
System Red Green Blue C M Y K H S L
Decimal 96 255 229 0.62 0 0.10 0 170.19 1 0.69
Hex 60 FF E5 3E 0 A 0 AA 64 45
Octal 140 377 345 76 0 12 0 252 144 105
Binary 1100000 11111111 11100101 111110 0 1010 0 10101010 1100100 1000101

Color Harmonies of #60FFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FFE5

Black with #60FFE5

Text Example


Text Example

White with #60FFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,255,229); }

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

background-color css

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

 a { background-color: rgb(96,255,229); }

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

border-color css

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

 span { border-color: rgb(96,255,229); }

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