Html Css Color HEX #60FAE3 Baby Blue

📋 copy color: '#60FAE3'

red 96 ◦ green 250 ◦ blue 227

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

Shades of Baby Blue #60FAE3

Tints of Baby Blue #60FAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.62%

R = 16.75%
G = 43.63%
B = 39.62%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#60FAE3 (or 0x60FAE3) is known color: Baby Blue. HEX triplet: 60, FA and E3. RGB value is (96,250,227). Sum of RGB (Red+Green+Blue) = 96+250+227=573 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.75% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #60FAE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FAE3 is #9F051C. Grayscale: #C9C9C9. Windows color (decimal): -10421533 or 14940768. OLE color: 14940768.

HSL color Cylindrical-coordinate representation of color #60FAE3: hue angle of 171.04º 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 #60FAE3 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 250 227 -
CMYK 0.62 0 0.09 0.02
HSL 171.04º 0.94% 0.68% -
HSV(B) 171.04º 0.62% 0.98% -
XYZ 52.87 76.4 84.63 -
YUV 201.33 142.48 52.87 -
System Red Green Blue C M Y K H S L
Decimal 96 250 227 0.62 0 0.09 0.02 171.04 0.94 0.68
Hex 60 FA E3 3E 0 9 2 AB 5E 44
Octal 140 372 343 76 0 11 2 253 136 104
Binary 1100000 11111010 11100011 111110 0 1001 10 10101011 1011110 1000100

Color Harmonies of #60FAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FAE3

Black with #60FAE3

Text Example


Text Example

White with #60FAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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