Html Css Color HEX #58EEF7 Baby Blue

📋 copy color: '#58EEF7'

red 88 ◦ green 238 ◦ blue 247

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

Shades of Baby Blue #58EEF7

Tints of Baby Blue #58EEF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.11%

R = 15.36%
G = 41.54%
B = 43.11%

CMYK

 C value IS 0.64

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#58EEF7 (or 0x58EEF7) is known color: Baby Blue. HEX triplet: 58, EE and F7. RGB value is (88,238,247). Sum of RGB (Red+Green+Blue) = 88+238+247=573 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.36% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 247 (96.88% from 255 or 43.11% from 573); Max value from RGB is 247 - color contains mainly: blue. Hex color #58EEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EEF7 is #A71108. Grayscale: #C1C1C1. Windows color (decimal): -10948873 or 16248408. OLE color: 16248408.

HSL color Cylindrical-coordinate representation of color #58EEF7: hue angle of 183.4º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58EEF7 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 88 238 247 -
CMYK 0.64 0.04 0 0.03
HSL 183.4º 0.91% 0.66% -
HSV(B) 183.4º 0.64% 0.97% -
XYZ 51.39 69.94 98.79 -
YUV 194.18 157.81 52.27 -
System Red Green Blue C M Y K H S L
Decimal 88 238 247 0.64 0.04 0 0.03 183.4 0.91 0.66
Hex 58 EE F7 40 4 0 3 B7 5B 42
Octal 130 356 367 100 4 0 3 267 133 102
Binary 1011000 11101110 11110111 1000000 100 0 11 10110111 1011011 1000010

Color Harmonies of #58EEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EEF7

Black with #58EEF7

Text Example


Text Example

White with #58EEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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