#98BEDC

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

Shades of Cornflower #98BEDC

Tints of Cornflower #98BEDC

Color information

#98BEDC (or 0x98BEDC) is unknown color: approx Cornflower. HEX triplet: 98, BE and DC. RGB value is (152,190,220). Sum of RGB (Red+Green+Blue) = 152+190+220=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #98BEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BEDC is #674123. Grayscale: #B5B5B5. Windows color (decimal): -6766884 or 14466712. OLE color: 14466712.

HSL color Cylindrical-coordinate representation of color #98BEDC: hue angle of 206.47º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98BEDC is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152190220-
CMYK0.310.1400.14
HSL206.47º49.28%72.94%-
HSV(B)206.47º30.91%86.27%-
XYZ44.2848.6774.77-
YUV182.06149.41106.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.05%
GREEN value IS 190 (74.61% from 255) = 33.81%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=27.05%
G=33.81%
B=39.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521902200.310.1400.14206.4749.2872.94
Hex98BEDC1FE0Ece3149
Octal230276334371601631661111
Binary10011000101111101101110011111111001110110011101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,190,220); }

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

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

 a { background-color: rgb(152,190,220); }

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

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

 span { border-color: rgb(152,190,220); }

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