Html Css Color HEX #58ECFD Baby Blue

📋 copy color: '#58ECFD'

red 88 ◦ green 236 ◦ blue 253

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

Shades of Baby Blue #58ECFD

Tints of Baby Blue #58ECFD

RGB

 RED value IS 88 (34.77% from 255) = 15.25%

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

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

R = 15.25%
G = 40.9%
B = 43.85%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#58ECFD (or 0x58ECFD) is known color: Baby Blue. HEX triplet: 58, EC and FD. RGB value is (88,236,253). Sum of RGB (Red+Green+Blue) = 88+236+253=577 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.25% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #58ECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58ECFD is #A71302. Grayscale: #C1C1C1. Windows color (decimal): -10949379 or 16641112. OLE color: 16641112.

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

Color convert

RGB 88 236 253 -
CMYK 0.65 0.07 0 0.01
HSL 186.18º 0.98% 0.67% -
HSV(B) 186.18º 0.65% 0.99% -
XYZ 51.75 69.16 103.55 -
YUV 193.69 161.47 52.62 -
System Red Green Blue C M Y K H S L
Decimal 88 236 253 0.65 0.07 0 0.01 186.18 0.98 0.67
Hex 58 EC FD 41 7 0 1 BA 62 43
Octal 130 354 375 101 7 0 1 272 142 103
Binary 1011000 11101100 11111101 1000001 111 0 1 10111010 1100010 1000011

Color Harmonies of #58ECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ECFD

Black with #58ECFD

Text Example


Text Example

White with #58ECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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