Html Css Color HEX #58EBFF Baby Blue

📋 copy color: '#58EBFF'

red 88 ◦ green 235 ◦ blue 255

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

Shades of Baby Blue #58EBFF

Tints of Baby Blue #58EBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.66%

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

R = 15.22%
G = 40.66%
B = 44.12%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#58EBFF (or 0x58EBFF) is known color: Baby Blue. HEX triplet: 58, EB and FF. RGB value is (88,235,255). Sum of RGB (Red+Green+Blue) = 88+235+255=578 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.22% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #58EBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EBFF is #A71400. Grayscale: #C1C1C1. Windows color (decimal): -10949633 or 16771928. OLE color: 16771928.

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

Color convert

RGB 88 235 255 -
CMYK 0.65 0.08 0 0
HSL 187.19º 1% 0.67% -
HSV(B) 187.19º 0.65% 1% -
XYZ 51.78 68.71 105.14 -
YUV 193.33 162.8 52.87 -
System Red Green Blue C M Y K H S L
Decimal 88 235 255 0.65 0.08 0 0 187.19 1 0.67
Hex 58 EB FF 41 8 0 0 BB 64 43
Octal 130 353 377 101 10 0 0 273 144 103
Binary 1011000 11101011 11111111 1000001 1000 0 0 10111011 1100100 1000011

Color Harmonies of #58EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EBFF

Black with #58EBFF

Text Example


Text Example

White with #58EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,235,255); }

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

background-color css

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

 a { background-color: rgb(88,235,255); }

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

border-color css

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

 span { border-color: rgb(88,235,255); }

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