Html Css Color HEX #58EEFF Baby Blue

📋 copy color: '#58EEFF'

red 88 ◦ green 238 ◦ blue 255

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

Shades of Baby Blue #58EEFF

Tints of Baby Blue #58EEFF

RGB

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

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

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

R = 15.15%
G = 40.96%
B = 43.89%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#58EEFF (or 0x58EEFF) is known color: Baby Blue. HEX triplet: 58, EE and FF. RGB value is (88,238,255). Sum of RGB (Red+Green+Blue) = 88+238+255=581 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.15% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #58EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EEFF is #A71100. Grayscale: #C2C2C2. Windows color (decimal): -10948865 or 16772696. OLE color: 16772696.

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

Color convert

RGB 88 238 255 -
CMYK 0.65 0.07 0 0
HSL 186.11º 1% 0.67% -
HSV(B) 186.11º 0.65% 1% -
XYZ 52.65 70.44 105.43 -
YUV 195.09 161.81 51.62 -
System Red Green Blue C M Y K H S L
Decimal 88 238 255 0.65 0.07 0 0 186.11 1 0.67
Hex 58 EE FF 41 7 0 0 BA 64 43
Octal 130 356 377 101 7 0 0 272 144 103
Binary 1011000 11101110 11111111 1000001 111 0 0 10111010 1100100 1000011

Color Harmonies of #58EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EEFF

Black with #58EEFF

Text Example


Text Example

White with #58EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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