#98CCE3

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

Shades of Cornflower #98CCE3

Tints of Cornflower #98CCE3

Color information

#98CCE3 (or 0x98CCE3) is unknown color: approx Cornflower. HEX triplet: 98, CC and E3. RGB value is (152,204,227). Sum of RGB (Red+Green+Blue) = 152+204+227=583 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.07% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 227 - color contains mainly: blue. Hex color #98CCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CCE3 is #67331C. Grayscale: #BEBEBE. Windows color (decimal): -6763293 or 14929048. OLE color: 14929048.

HSL color Cylindrical-coordinate representation of color #98CCE3: hue angle of 198.4º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98CCE3 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB152204227-
CMYK0.330.1000.11
HSL198.4º57.25%74.31%-
HSV(B)198.4º33.04%89.02%-
XYZ48.4155.4180.82-
YUV191.07148.27100.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.07%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 227 (89.06% from 255) = 38.94%
R=26.07%
G=34.99%
B=38.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1522042270.330.1000.11198.457.2574.31
Hex98CCE321A0Bc6394a
Octal230314343411201330671112
Binary100110001100110011100011100001101001011110001101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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