#58adff

Color #58ADFF Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #58ADFF

Tints of Cornflower Blue #58ADFF

Color information

#58ADFF (or 0x58ADFF) is unknown color: approx Cornflower Blue. HEX triplet: 58, AD and FF. RGB value is (88,173,255). Sum of RGB (Red+Green+Blue) = 88+173+255=516 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.05% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #58ADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58ADFF is #A75200. Grayscale: #9C9C9C. Windows color (decimal): -10965505 or 16756056. OLE color: 16756056.

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

Color convert

RGB88173255-
CMYK0.650.3200
HSL209.46º100%67.25%-
HSV(B)209.46º65.49%100%-
XYZ37.0239.18100.22-
YUV156.93183.3478.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.05%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 255 (100% from 255) = 49.42%
R=17.05%
G=33.53%
B=49.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal881732550.650.3200209.4610067.25
Hex58ADFF412000d16443
Octal1302553771014000321144103
Binary101100010101101111111111000001100000001101000111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58adff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58adff;
 }
 .AnyTagClassName
 {
   color: #58adff;
 }
</style>
background-color css

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

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

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

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

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

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