Html Css Color HEX #58F5FF Baby Blue

📋 copy color: '#58F5FF'

red 88 ◦ green 245 ◦ blue 255

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

Shades of Baby Blue #58F5FF

Tints of Baby Blue #58F5FF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.67%

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

R = 14.97%
G = 41.67%
B = 43.37%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#58F5FF (or 0x58F5FF) is known color: Baby Blue. HEX triplet: 58, F5 and FF. RGB value is (88,245,255). Sum of RGB (Red+Green+Blue) = 88+245+255=588 (77% of max value = 765). Red value is 88 (34.77% from 255 or 14.97% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #58F5FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58F5FF is #A70A00. Grayscale: #C7C7C7. Windows color (decimal): -10947073 or 16774488. OLE color: 16774488.

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

Color convert

RGB 88 245 255 -
CMYK 0.65 0.04 0 0
HSL 183.59º 1% 0.67% -
HSV(B) 183.59º 0.65% 1% -
XYZ 54.73 74.6 106.12 -
YUV 199.2 159.49 48.69 -
System Red Green Blue C M Y K H S L
Decimal 88 245 255 0.65 0.04 0 0 183.59 1 0.67
Hex 58 F5 FF 41 4 0 0 B8 64 43
Octal 130 365 377 101 4 0 0 270 144 103
Binary 1011000 11110101 11111111 1000001 100 0 0 10111000 1100100 1000011

Color Harmonies of #58F5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F5FF

Black with #58F5FF

Text Example


Text Example

White with #58F5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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