Html Css Color HEX #58FCFC Baby Blue

📋 copy color: '#58FCFC'

red 88 ◦ green 252 ◦ blue 252

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

Shades of Baby Blue #58FCFC

Tints of Baby Blue #58FCFC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.57%

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

R = 14.86%
G = 42.57%
B = 42.57%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#58FCFC (or 0x58FCFC) is known color: Baby Blue. HEX triplet: 58, FC and FC. RGB value is (88,252,252). Sum of RGB (Red+Green+Blue) = 88+252+252=592 (78% of max value = 765). Red value is 88 (34.77% from 255 or 14.86% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #58FCFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FCFC is #A70303. Grayscale: #CACACA. Windows color (decimal): -10945284 or 16579672. OLE color: 16579672.

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

Color convert

RGB 88 252 252 -
CMYK 0.65 0 0 0.01
HSL 180º 0.96% 0.67% -
HSV(B) 180º 0.65% 0.99% -
XYZ 56.41 78.72 104.32 -
YUV 202.96 155.67 46 -
System Red Green Blue C M Y K H S L
Decimal 88 252 252 0.65 0 0 0.01 180 0.96 0.67
Hex 58 FC FC 41 0 0 1 B4 60 43
Octal 130 374 374 101 0 0 1 264 140 103
Binary 1011000 11111100 11111100 1000001 0 0 1 10110100 1100000 1000011

Color Harmonies of #58FCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FCFC

Black with #58FCFC

Text Example


Text Example

White with #58FCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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