Html Css Color HEX #60FFF5 Baby Blue

📋 copy color: '#60FFF5'

red 96 ◦ green 255 ◦ blue 245

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

Shades of Baby Blue #60FFF5

Tints of Baby Blue #60FFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.11%

R = 16.11%
G = 42.79%
B = 41.11%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#60FFF5 (or 0x60FFF5) is known color: Baby Blue. HEX triplet: 60, FF and F5. RGB value is (96,255,245). Sum of RGB (Red+Green+Blue) = 96+255+245=596 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.11% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 245 (96.09% from 255 or 41.11% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FFF5 is #9F000A. Grayscale: #CECECE. Windows color (decimal): -10420235 or 16121696. OLE color: 16121696.

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

Color convert

RGB 96 255 245 -
CMYK 0.62 0 0.04 0
HSL 176.23º 1% 0.69% -
HSV(B) 176.23º 0.62% 1% -
XYZ 57.07 80.6 98.94 -
YUV 206.32 149.82 49.31 -
System Red Green Blue C M Y K H S L
Decimal 96 255 245 0.62 0 0.04 0 176.23 1 0.69
Hex 60 FF F5 3E 0 4 0 B0 64 45
Octal 140 377 365 76 0 4 0 260 144 105
Binary 1100000 11111111 11110101 111110 0 100 0 10110000 1100100 1000101

Color Harmonies of #60FFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FFF5

Black with #60FFF5

Text Example


Text Example

White with #60FFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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