Html Css Color HEX #60F6EE Baby Blue

📋 copy color: '#60F6EE'

red 96 ◦ green 246 ◦ blue 238

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

Shades of Baby Blue #60F6EE

Tints of Baby Blue #60F6EE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.41%

 BLUE value IS 238 (93.36% from 255) = 41.03%

R = 16.55%
G = 42.41%
B = 41.03%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#60F6EE (or 0x60F6EE) is known color: Baby Blue. HEX triplet: 60, F6 and EE. RGB value is (96,246,238). Sum of RGB (Red+Green+Blue) = 96+246+238=580 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.55% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #60F6EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F6EE is #9F0911. Grayscale: #C8C8C8. Windows color (decimal): -10422546 or 15660640. OLE color: 15660640.

HSL color Cylindrical-coordinate representation of color #60F6EE: hue angle of 176.8º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F6EE is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 96 246 238 -
CMYK 0.61 0 0.03 0.04
HSL 176.8º 0.89% 0.67% -
HSV(B) 176.8º 0.61% 0.96% -
XYZ 53.21 74.57 92.48 -
YUV 200.24 149.31 53.65 -
System Red Green Blue C M Y K H S L
Decimal 96 246 238 0.61 0 0.03 0.04 176.8 0.89 0.67
Hex 60 F6 EE 3D 0 3 4 B1 59 43
Octal 140 366 356 75 0 3 4 261 131 103
Binary 1100000 11110110 11101110 111101 0 11 100 10110001 1011001 1000011

Color Harmonies of #60F6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F6EE

Black with #60F6EE

Text Example


Text Example

White with #60F6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,246,238); }

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

background-color css

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

 a { background-color: rgb(96,246,238); }

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

border-color css

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

 span { border-color: rgb(96,246,238); }

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