#98BCDF

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

Shades of Cornflower #98BCDF

Tints of Cornflower #98BCDF

Color information

#98BCDF (or 0x98BCDF) is unknown color: approx Cornflower. HEX triplet: 98, BC and DF. RGB value is (152,188,223). Sum of RGB (Red+Green+Blue) = 152+188+223=563 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.00% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #98BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCDF is #674320. Grayscale: #B5B5B5. Windows color (decimal): -6767393 or 14662808. OLE color: 14662808.

HSL color Cylindrical-coordinate representation of color #98BCDF: hue angle of 209.58º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98BCDF is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152188223-
CMYK0.320.1600.13
HSL209.58º52.59%73.53%-
HSV(B)209.58º31.84%87.45%-
XYZ44.2547.9776.74-
YUV181.23151.57107.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.00%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 223 (87.5% from 255) = 39.61%
R=27.00%
G=33.39%
B=39.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521882230.320.1600.13209.5852.5973.53
Hex98BCDF20100Dd2354a
Octal230274337402001532265112
Binary1001100010111100110111111000001000001101110100101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98BCDF; }

 p { color: rgb(152,188,223); }

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

<style>
 a { background-color: #98BCDF; }

 a { background-color: rgb(152,188,223); }

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

<style>
 span { border-color: #98BCDF; }

 span { border-color: rgb(152,188,223); }

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