Html Css Color HEX #60ECFD Baby Blue

📋 copy color: '#60ECFD'

red 96 ◦ green 236 ◦ blue 253

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

Shades of Baby Blue #60ECFD

Tints of Baby Blue #60ECFD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.34%

 BLUE value IS 253 (99.22% from 255) = 43.25%

R = 16.41%
G = 40.34%
B = 43.25%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60ECFD (or 0x60ECFD) is known color: Baby Blue. HEX triplet: 60, EC and FD. RGB value is (96,236,253). Sum of RGB (Red+Green+Blue) = 96+236+253=585 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.41% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #60ECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60ECFD is #9F1302. Grayscale: #C3C3C3. Windows color (decimal): -10425091 or 16641120. OLE color: 16641120.

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

Color convert

RGB 96 236 253 -
CMYK 0.62 0.07 0 0.01
HSL 186.5º 0.98% 0.68% -
HSV(B) 186.5º 0.62% 0.99% -
XYZ 52.55 69.57 103.59 -
YUV 196.08 160.12 56.62 -
System Red Green Blue C M Y K H S L
Decimal 96 236 253 0.62 0.07 0 0.01 186.5 0.98 0.68
Hex 60 EC FD 3E 7 0 1 BA 62 44
Octal 140 354 375 76 7 0 1 272 142 104
Binary 1100000 11101100 11111101 111110 111 0 1 10111010 1100010 1000100

Color Harmonies of #60ECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ECFD

Black with #60ECFD

Text Example


Text Example

White with #60ECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,236,253); }

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

background-color css

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

 a { background-color: rgb(96,236,253); }

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

border-color css

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

 span { border-color: rgb(96,236,253); }

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