Html Css Color HEX #60EAFE Baby Blue

📋 copy color: '#60EAFE'

red 96 ◦ green 234 ◦ blue 254

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

Shades of Baby Blue #60EAFE

Tints of Baby Blue #60EAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 16.44%
G = 40.07%
B = 43.49%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60EAFE (or 0x60EAFE) is known color: Baby Blue. HEX triplet: 60, EA and FE. RGB value is (96,234,254). Sum of RGB (Red+Green+Blue) = 96+234+254=584 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.44% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #60EAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EAFE is #9F1501. Grayscale: #C2C2C2. Windows color (decimal): -10425602 or 16706144. OLE color: 16706144.

HSL color Cylindrical-coordinate representation of color #60EAFE: hue angle of 187.59º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60EAFE is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 234 254 -
CMYK 0.62 0.08 0 0.00
HSL 187.59º 0.99% 0.69% -
HSV(B) 187.59º 0.62% 1% -
XYZ 52.14 68.49 104.24 -
YUV 195.02 161.28 57.37 -
System Red Green Blue C M Y K H S L
Decimal 96 234 254 0.62 0.08 0 0.00 187.59 0.99 0.69
Hex 60 EA FE 3E 8 0 0 BC 63 45
Octal 140 352 376 76 10 0 0 274 143 105
Binary 1100000 11101010 11111110 111110 1000 0 0 10111100 1100011 1000101

Color Harmonies of #60EAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EAFE

Black with #60EAFE

Text Example


Text Example

White with #60EAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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