Html Css Color HEX #58EEFA Baby Blue

📋 copy color: '#58EEFA'

red 88 ◦ green 238 ◦ blue 250

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

Shades of Baby Blue #58EEFA

Tints of Baby Blue #58EEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.32%

 BLUE value IS 250 (98.05% from 255) = 43.4%

R = 15.28%
G = 41.32%
B = 43.4%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#58EEFA (or 0x58EEFA) is known color: Baby Blue. HEX triplet: 58, EE and FA. RGB value is (88,238,250). Sum of RGB (Red+Green+Blue) = 88+238+250=576 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.28% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #58EEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EEFA is #A71105. Grayscale: #C2C2C2. Windows color (decimal): -10948870 or 16445016. OLE color: 16445016.

HSL color Cylindrical-coordinate representation of color #58EEFA: hue angle of 184.44º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58EEFA is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 238 250 -
CMYK 0.65 0.05 0 0.02
HSL 184.44º 0.94% 0.66% -
HSV(B) 184.44º 0.65% 0.98% -
XYZ 51.85 70.13 101.25 -
YUV 194.52 159.31 52.02 -
System Red Green Blue C M Y K H S L
Decimal 88 238 250 0.65 0.05 0 0.02 184.44 0.94 0.66
Hex 58 EE FA 41 5 0 2 B8 5E 42
Octal 130 356 372 101 5 0 2 270 136 102
Binary 1011000 11101110 11111010 1000001 101 0 10 10111000 1011110 1000010

Color Harmonies of #58EEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EEFA

Black with #58EEFA

Text Example


Text Example

White with #58EEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,238,250); }

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

background-color css

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

 a { background-color: rgb(88,238,250); }

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

border-color css

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

 span { border-color: rgb(88,238,250); }

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