#98BCDA

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

Shades of Cornflower #98BCDA

Tints of Cornflower #98BCDA

Color information

#98BCDA (or 0x98BCDA) is unknown color: approx Cornflower. HEX triplet: 98, BC and DA. RGB value is (152,188,218). Sum of RGB (Red+Green+Blue) = 152+188+218=558 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.24% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #98BCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCDA is #674325. Grayscale: #B4B4B4. Windows color (decimal): -6767398 or 14335128. OLE color: 14335128.

HSL color Cylindrical-coordinate representation of color #98BCDA: hue angle of 207.27º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98BCDA is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152188218-
CMYK0.300.1400.15
HSL207.27º47.14%72.55%-
HSV(B)207.27º30.28%85.49%-
XYZ43.5947.773.24-
YUV180.66149.07107.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.24%
GREEN value IS 188 (73.83% from 255) = 33.69%
BLUE value IS 218 (85.55% from 255) = 39.07%
R=27.24%
G=33.69%
B=39.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521882180.300.1400.15207.2747.1472.55
Hex98BCDA1EE0Fcf2f49
Octal230274332361601731757111
Binary10011000101111001101101011110111001111110011111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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