Html Css Color HEX #58EAFF Baby Blue

📋 copy color: '#58EAFF'

red 88 ◦ green 234 ◦ blue 255

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

Shades of Baby Blue #58EAFF

Tints of Baby Blue #58EAFF

RGB

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

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

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

R = 15.25%
G = 40.55%
B = 44.19%

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

#58EAFF (or 0x58EAFF) is known color: Baby Blue. HEX triplet: 58, EA and FF. RGB value is (88,234,255). Sum of RGB (Red+Green+Blue) = 88+234+255=577 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.25% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #58EAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EAFF is #A71500. Grayscale: #C0C0C0. Windows color (decimal): -10949889 or 16771672. OLE color: 16771672.

HSL color Cylindrical-coordinate representation of color #58EAFF: hue angle of 187.54º 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 #58EAFF is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 88 234 255 -
CMYK 0.65 0.08 0 0
HSL 187.54º 1% 0.67% -
HSV(B) 187.54º 0.65% 1% -
XYZ 51.5 68.14 105.05 -
YUV 192.74 163.13 53.29 -
System Red Green Blue C M Y K H S L
Decimal 88 234 255 0.65 0.08 0 0 187.54 1 0.67
Hex 58 EA FF 41 8 0 0 BC 64 43
Octal 130 352 377 101 10 0 0 274 144 103
Binary 1011000 11101010 11111111 1000001 1000 0 0 10111100 1100100 1000011

Color Harmonies of #58EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EAFF

Black with #58EAFF

Text Example


Text Example

White with #58EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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