Html Css Color HEX #60FFF8 Baby Blue

📋 copy color: '#60FFF8'

red 96 ◦ green 255 ◦ blue 248

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

Shades of Baby Blue #60FFF8

Tints of Baby Blue #60FFF8

RGB

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

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

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

R = 16.03%
G = 42.57%
B = 41.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#60FFF8 (or 0x60FFF8) is known color: Baby Blue. HEX triplet: 60, FF and F8. RGB value is (96,255,248). Sum of RGB (Red+Green+Blue) = 96+255+248=599 (79% of max value = 765). Red value is 96 (37.89% from 255 or 16.03% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 248 (97.27% from 255 or 41.40% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FFF8 is #9F0007. Grayscale: #CECECE. Windows color (decimal): -10420232 or 16318304. OLE color: 16318304.

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

Color convert

RGB 96 255 248 -
CMYK 0.62 0 0.03 0
HSL 177.36º 1% 0.69% -
HSV(B) 177.36º 0.62% 1% -
XYZ 57.53 80.78 101.37 -
YUV 206.66 151.32 49.07 -
System Red Green Blue C M Y K H S L
Decimal 96 255 248 0.62 0 0.03 0 177.36 1 0.69
Hex 60 FF F8 3E 0 3 0 B1 64 45
Octal 140 377 370 76 0 3 0 261 144 105
Binary 1100000 11111111 11111000 111110 0 11 0 10110001 1100100 1000101

Color Harmonies of #60FFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FFF8

Black with #60FFF8

Text Example


Text Example

White with #60FFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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