#98CCEF

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

Shades of Cornflower #98CCEF

Tints of Cornflower #98CCEF

Color information

#98CCEF (or 0x98CCEF) is unknown color: approx Cornflower. HEX triplet: 98, CC and EF. RGB value is (152,204,239). Sum of RGB (Red+Green+Blue) = 152+204+239=595 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.55% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #98CCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CCEF is #673310. Grayscale: #C0C0C0. Windows color (decimal): -6763281 or 15715480. OLE color: 15715480.

HSL color Cylindrical-coordinate representation of color #98CCEF: hue angle of 204.14º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98CCEF is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB152204239-
CMYK0.360.1500.06
HSL204.14º73.11%76.67%-
HSV(B)204.14º36.4%93.73%-
XYZ50.1256.0989.85-
YUV192.44154.2799.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.55%
GREEN value IS 204 (80.08% from 255) = 34.29%
BLUE value IS 239 (93.75% from 255) = 40.17%
R=25.55%
G=34.29%
B=40.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1522042390.360.1500.06204.1473.1176.67
Hex98CCEF24F06cc494d
Octal230314357441706314111115
Binary100110001100110011101111100100111101101100110010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,204,239); }

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

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

 a { background-color: rgb(152,204,239); }

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

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

 span { border-color: rgb(152,204,239); }

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