#98BDDC

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

Shades of Cornflower #98BDDC

Tints of Cornflower #98BDDC

Color information

#98BDDC (or 0x98BDDC) is unknown color: approx Cornflower. HEX triplet: 98, BD and DC. RGB value is (152,189,220). Sum of RGB (Red+Green+Blue) = 152+189+220=561 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.09% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #98BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BDDC is #674223. Grayscale: #B5B5B5. Windows color (decimal): -6767140 or 14466456. OLE color: 14466456.

HSL color Cylindrical-coordinate representation of color #98BDDC: hue angle of 207.35º 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 #98BDDC is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152189220-
CMYK0.310.1400.14
HSL207.35º49.28%72.94%-
HSV(B)207.35º30.91%86.27%-
XYZ44.0648.2474.7-
YUV181.47149.74106.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.09%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=27.09%
G=33.69%
B=39.22%

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
Decimal1521892200.310.1400.14207.3549.2872.94
Hex98BDDC1FE0Ecf3149
Octal230275334371601631761111
Binary10011000101111011101110011111111001110110011111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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