Html Css Color HEX #60EAFF Baby Blue

📋 copy color: '#60EAFF'

red 96 ◦ green 234 ◦ blue 255

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

Shades of Baby Blue #60EAFF

Tints of Baby Blue #60EAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.59%

R = 16.41%
G = 40%
B = 43.59%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#60EAFF (or 0x60EAFF) is known color: Baby Blue. HEX triplet: 60, EA and FF. RGB value is (96,234,255). Sum of RGB (Red+Green+Blue) = 96+234+255=585 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.41% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #60EAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EAFF is #9F1500. Grayscale: #C2C2C2. Windows color (decimal): -10425601 or 16771680. OLE color: 16771680.

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

Color convert

RGB 96 234 255 -
CMYK 0.62 0.08 0 0
HSL 187.92º 1% 0.69% -
HSV(B) 187.92º 0.62% 1% -
XYZ 52.3 68.55 105.08 -
YUV 195.13 161.78 57.29 -
System Red Green Blue C M Y K H S L
Decimal 96 234 255 0.62 0.08 0 0 187.92 1 0.69
Hex 60 EA FF 3E 8 0 0 BC 64 45
Octal 140 352 377 76 10 0 0 274 144 105
Binary 1100000 11101010 11111111 111110 1000 0 0 10111100 1100100 1000101

Color Harmonies of #60EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EAFF

Black with #60EAFF

Text Example


Text Example

White with #60EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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