Html Css Color HEX #58FBE2 Baby Blue

📋 copy color: '#58FBE2'

red 88 ◦ green 251 ◦ blue 226

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

Shades of Baby Blue #58FBE2

Tints of Baby Blue #58FBE2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.42%

 BLUE value IS 226 (88.67% from 255) = 40%

R = 15.58%
G = 44.42%
B = 40%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#58FBE2 (or 0x58FBE2) is known color: Baby Blue. HEX triplet: 58, FB and E2. RGB value is (88,251,226). Sum of RGB (Red+Green+Blue) = 88+251+226=565 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.58% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #58FBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FBE2 is #A7041D. Grayscale: #C7C7C7. Windows color (decimal): -10945566 or 14875480. OLE color: 14875480.

HSL color Cylindrical-coordinate representation of color #58FBE2: hue angle of 170.8º degrees, saturation: 0.95, 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 #58FBE2 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 251 226 -
CMYK 0.65 0 0.10 0.02
HSL 170.8º 0.95% 0.66% -
HSV(B) 170.8º 0.65% 0.98% -
XYZ 52.25 76.56 83.98 -
YUV 199.41 143 48.53 -
System Red Green Blue C M Y K H S L
Decimal 88 251 226 0.65 0 0.10 0.02 170.8 0.95 0.66
Hex 58 FB E2 41 0 A 2 AB 5F 42
Octal 130 373 342 101 0 12 2 253 137 102
Binary 1011000 11111011 11100010 1000001 0 1010 10 10101011 1011111 1000010

Color Harmonies of #58FBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FBE2

Black with #58FBE2

Text Example


Text Example

White with #58FBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,251,226); }

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

background-color css

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

 a { background-color: rgb(88,251,226); }

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

border-color css

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

 span { border-color: rgb(88,251,226); }

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