#98CEEB

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

Shades of Cornflower #98CEEB

Tints of Cornflower #98CEEB

Color information

#98CEEB (or 0x98CEEB) is unknown color: approx Cornflower. HEX triplet: 98, CE and EB. RGB value is (152,206,235). Sum of RGB (Red+Green+Blue) = 152+206+235=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #98CEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CEEB is #673114. Grayscale: #C0C0C0. Windows color (decimal): -6762773 or 15453848. OLE color: 15453848.

HSL color Cylindrical-coordinate representation of color #98CEEB: hue angle of 200.96º 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 #98CEEB is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB152206235-
CMYK0.350.1200.08
HSL200.96º67.48%75.88%-
HSV(B)200.96º35.32%92.16%-
XYZ50.0256.8286.93-
YUV193.16151.6198.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.63%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=25.63%
G=34.74%
B=39.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522062350.350.1200.08200.9667.4875.88
Hex98CEEB23C08c9434c
Octal2303163534314010311103114
Binary1001100011001110111010111000111100010001100100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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