Html Css Color HEX #60EEF9 Baby Blue

📋 copy color: '#60EEF9'

red 96 ◦ green 238 ◦ blue 249

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

Shades of Baby Blue #60EEF9

Tints of Baby Blue #60EEF9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.82%

 BLUE value IS 249 (97.66% from 255) = 42.71%

R = 16.47%
G = 40.82%
B = 42.71%

CMYK

 C value IS 0.61

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#60EEF9 (or 0x60EEF9) is known color: Baby Blue. HEX triplet: 60, EE and F9. RGB value is (96,238,249). Sum of RGB (Red+Green+Blue) = 96+238+249=583 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.47% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #60EEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EEF9 is #9F1106. Grayscale: #C4C4C4. Windows color (decimal): -10424583 or 16379488. OLE color: 16379488.

HSL color Cylindrical-coordinate representation of color #60EEF9: hue angle of 184.31º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60EEF9 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 238 249 -
CMYK 0.61 0.04 0 0.02
HSL 184.31º 0.93% 0.68% -
HSV(B) 184.31º 0.61% 0.98% -
XYZ 52.5 70.48 100.46 -
YUV 196.8 157.46 56.11 -
System Red Green Blue C M Y K H S L
Decimal 96 238 249 0.61 0.04 0 0.02 184.31 0.93 0.68
Hex 60 EE F9 3D 4 0 2 B8 5D 44
Octal 140 356 371 75 4 0 2 270 135 104
Binary 1100000 11101110 11111001 111101 100 0 10 10111000 1011101 1000100

Color Harmonies of #60EEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EEF9

Black with #60EEF9

Text Example


Text Example

White with #60EEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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