Html Css Color HEX #60F1ED Baby Blue

📋 copy color: '#60F1ED'

red 96 ◦ green 241 ◦ blue 237

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

Shades of Baby Blue #60F1ED

Tints of Baby Blue #60F1ED

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.99%

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

R = 16.72%
G = 41.99%
B = 41.29%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#60F1ED (or 0x60F1ED) is known color: Baby Blue. HEX triplet: 60, F1 and ED. RGB value is (96,241,237). Sum of RGB (Red+Green+Blue) = 96+241+237=574 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.72% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #60F1ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F1ED is #9F0E12. Grayscale: #C5C5C5. Windows color (decimal): -10423827 or 15593824. OLE color: 15593824.

HSL color Cylindrical-coordinate representation of color #60F1ED: hue angle of 178.34º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F1ED is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 241 237 -
CMYK 0.60 0 0.02 0.05
HSL 178.34º 0.84% 0.66% -
HSV(B) 178.34º 0.6% 0.95% -
XYZ 51.57 71.51 91.21 -
YUV 197.19 150.46 55.83 -
System Red Green Blue C M Y K H S L
Decimal 96 241 237 0.60 0 0.02 0.05 178.34 0.84 0.66
Hex 60 F1 ED 3C 0 2 5 B2 54 42
Octal 140 361 355 74 0 2 5 262 124 102
Binary 1100000 11110001 11101101 111100 0 10 101 10110010 1010100 1000010

Color Harmonies of #60F1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F1ED

Black with #60F1ED

Text Example


Text Example

White with #60F1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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