Html Css Color HEX #60EAFB Baby Blue

📋 copy color: '#60EAFB'

red 96 ◦ green 234 ◦ blue 251

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

Shades of Baby Blue #60EAFB

Tints of Baby Blue #60EAFB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.28%

 BLUE value IS 251 (98.44% from 255) = 43.2%

R = 16.52%
G = 40.28%
B = 43.2%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#60EAFB (or 0x60EAFB) is known color: Baby Blue. HEX triplet: 60, EA and FB. RGB value is (96,234,251). Sum of RGB (Red+Green+Blue) = 96+234+251=581 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.52% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #60EAFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EAFB is #9F1504. Grayscale: #C2C2C2. Windows color (decimal): -10425605 or 16509536. OLE color: 16509536.

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

Color convert

RGB 96 234 251 -
CMYK 0.62 0.07 0 0.02
HSL 186.58º 0.95% 0.68% -
HSV(B) 186.58º 0.62% 0.98% -
XYZ 51.66 68.3 101.73 -
YUV 194.68 159.78 57.62 -
System Red Green Blue C M Y K H S L
Decimal 96 234 251 0.62 0.07 0 0.02 186.58 0.95 0.68
Hex 60 EA FB 3E 7 0 2 BB 5F 44
Octal 140 352 373 76 7 0 2 273 137 104
Binary 1100000 11101010 11111011 111110 111 0 10 10111011 1011111 1000100

Color Harmonies of #60EAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EAFB

Black with #60EAFB

Text Example


Text Example

White with #60EAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,234,251); }

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

background-color css

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

 a { background-color: rgb(96,234,251); }

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

border-color css

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

 span { border-color: rgb(96,234,251); }

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