#98CDEB

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

Shades of Cornflower #98CDEB

Tints of Cornflower #98CDEB

Color information

#98CDEB (or 0x98CDEB) is unknown color: approx Cornflower. HEX triplet: 98, CD and EB. RGB value is (152,205,235). Sum of RGB (Red+Green+Blue) = 152+205+235=592 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.68% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #98CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CDEB is #673214. Grayscale: #C0C0C0. Windows color (decimal): -6763029 or 15453592. OLE color: 15453592.

HSL color Cylindrical-coordinate representation of color #98CDEB: hue angle of 201.69º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98CDEB is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB152205235-
CMYK0.350.1300.08
HSL201.69º67.48%75.88%-
HSV(B)201.69º35.32%92.16%-
XYZ49.7856.3486.85-
YUV192.57151.9499.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.68%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=25.68%
G=34.63%
B=39.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522052350.350.1300.08201.6967.4875.88
Hex98CDEB23D08ca434c
Octal2303153534315010312103114
Binary1001100011001101111010111000111101010001100101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,205,235); }

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

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

 a { background-color: rgb(152,205,235); }

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

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

 span { border-color: rgb(152,205,235); }

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