Html Css Color HEX #60FAE2 Baby Blue

📋 copy color: '#60FAE2'

red 96 ◦ green 250 ◦ blue 226

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

Shades of Baby Blue #60FAE2

Tints of Baby Blue #60FAE2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.71%

 BLUE value IS 226 (88.67% from 255) = 39.51%

R = 16.78%
G = 43.71%
B = 39.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#60FAE2 (or 0x60FAE2) is known color: Baby Blue. HEX triplet: 60, FA and E2. RGB value is (96,250,226). Sum of RGB (Red+Green+Blue) = 96+250+226=572 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.78% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #60FAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FAE2 is #9F051D. Grayscale: #C9C9C9. Windows color (decimal): -10421534 or 14875232. OLE color: 14875232.

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

Color convert

RGB 96 250 226 -
CMYK 0.62 0 0.10 0.02
HSL 170.65º 0.94% 0.68% -
HSV(B) 170.65º 0.62% 0.98% -
XYZ 52.74 76.35 83.91 -
YUV 201.22 141.98 52.95 -
System Red Green Blue C M Y K H S L
Decimal 96 250 226 0.62 0 0.10 0.02 170.65 0.94 0.68
Hex 60 FA E2 3E 0 A 2 AB 5E 44
Octal 140 372 342 76 0 12 2 253 136 104
Binary 1100000 11111010 11100010 111110 0 1010 10 10101011 1011110 1000100

Color Harmonies of #60FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FAE2

Black with #60FAE2

Text Example


Text Example

White with #60FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,250,226); }

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

background-color css

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

 a { background-color: rgb(96,250,226); }

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

border-color css

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

 span { border-color: rgb(96,250,226); }

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