Html Css Color HEX #58F0FC Baby Blue

📋 copy color: '#58F0FC'

red 88 ◦ green 240 ◦ blue 252

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

Shades of Baby Blue #58F0FC

Tints of Baby Blue #58F0FC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.38%

 BLUE value IS 252 (98.83% from 255) = 43.45%

R = 15.17%
G = 41.38%
B = 43.45%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#58F0FC (or 0x58F0FC) is known color: Baby Blue. HEX triplet: 58, F0 and FC. RGB value is (88,240,252). Sum of RGB (Red+Green+Blue) = 88+240+252=580 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.17% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #58F0FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58F0FC is #A70F03. Grayscale: #C3C3C3. Windows color (decimal): -10948356 or 16576600. OLE color: 16576600.

HSL color Cylindrical-coordinate representation of color #58F0FC: hue angle of 184.39º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58F0FC is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 240 252 -
CMYK 0.65 0.05 0 0.01
HSL 184.39º 0.96% 0.67% -
HSV(B) 184.39º 0.65% 0.99% -
XYZ 52.76 71.42 103.1 -
YUV 195.92 159.64 51.02 -
System Red Green Blue C M Y K H S L
Decimal 88 240 252 0.65 0.05 0 0.01 184.39 0.96 0.67
Hex 58 F0 FC 41 5 0 1 B8 60 43
Octal 130 360 374 101 5 0 1 270 140 103
Binary 1011000 11110000 11111100 1000001 101 0 1 10111000 1100000 1000011

Color Harmonies of #58F0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F0FC

Black with #58F0FC

Text Example


Text Example

White with #58F0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,240,252); }

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

background-color css

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

 a { background-color: rgb(88,240,252); }

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

border-color css

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

 span { border-color: rgb(88,240,252); }

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