Html Css Color HEX #60FDED Baby Blue

📋 copy color: '#60FDED'

red 96 ◦ green 253 ◦ blue 237

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

Shades of Baby Blue #60FDED

Tints of Baby Blue #60FDED

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.17%

 BLUE value IS 237 (92.97% from 255) = 40.44%

R = 16.38%
G = 43.17%
B = 40.44%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#60FDED (or 0x60FDED) is known color: Baby Blue. HEX triplet: 60, FD and ED. RGB value is (96,253,237). Sum of RGB (Red+Green+Blue) = 96+253+237=586 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.38% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FDED is #9F0212. Grayscale: #CCCCCC. Windows color (decimal): -10420755 or 15596896. OLE color: 15596896.

HSL color Cylindrical-coordinate representation of color #60FDED: hue angle of 173.89º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FDED is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 253 237 -
CMYK 0.62 0 0.06 0.01
HSL 173.89º 0.98% 0.68% -
HSV(B) 173.89º 0.62% 0.99% -
XYZ 55.24 78.85 92.43 -
YUV 204.23 146.49 50.8 -
System Red Green Blue C M Y K H S L
Decimal 96 253 237 0.62 0 0.06 0.01 173.89 0.98 0.68
Hex 60 FD ED 3E 0 6 1 AE 62 44
Octal 140 375 355 76 0 6 1 256 142 104
Binary 1100000 11111101 11101101 111110 0 110 1 10101110 1100010 1000100

Color Harmonies of #60FDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FDED

Black with #60FDED

Text Example


Text Example

White with #60FDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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