Html Css Color HEX #60FFFD Baby Blue

📋 copy color: '#60FFFD'

red 96 ◦ green 255 ◦ blue 253

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

Shades of Baby Blue #60FFFD

Tints of Baby Blue #60FFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.89%

R = 15.89%
G = 42.22%
B = 41.89%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#60FFFD (or 0x60FFFD) is known color: Baby Blue. HEX triplet: 60, FF and FD. RGB value is (96,255,253). Sum of RGB (Red+Green+Blue) = 96+255+253=604 (80% of max value = 765). Red value is 96 (37.89% from 255 or 15.89% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FFFD is #9F0002. Grayscale: #CFCFCF. Windows color (decimal): -10420227 or 16645984. OLE color: 16645984.

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

Color convert

RGB 96 255 253 -
CMYK 0.62 0 0.01 0
HSL 179.25º 1% 0.69% -
HSV(B) 179.25º 0.62% 1% -
XYZ 58.31 81.1 105.51 -
YUV 207.23 153.82 48.66 -
System Red Green Blue C M Y K H S L
Decimal 96 255 253 0.62 0 0.01 0 179.25 1 0.69
Hex 60 FF FD 3E 0 1 0 B3 64 45
Octal 140 377 375 76 0 1 0 263 144 105
Binary 1100000 11111111 11111101 111110 0 1 0 10110011 1100100 1000101

Color Harmonies of #60FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FFFD

Black with #60FFFD

Text Example


Text Example

White with #60FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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