#98C3DD

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

Shades of Cornflower #98C3DD

Tints of Cornflower #98C3DD

Color information

#98C3DD (or 0x98C3DD) is unknown color: approx Cornflower. HEX triplet: 98, C3 and DD. RGB value is (152,195,221). Sum of RGB (Red+Green+Blue) = 152+195+221=568 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.76% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #98C3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C3DD is #673C22. Grayscale: #B8B8B8. Windows color (decimal): -6765603 or 14533528. OLE color: 14533528.

HSL color Cylindrical-coordinate representation of color #98C3DD: hue angle of 202.61º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98C3DD is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152195221-
CMYK0.310.1200.13
HSL202.61º50.36%73.14%-
HSV(B)202.61º31.22%86.67%-
XYZ45.5250.9375.84-
YUV185.11148.25104.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.76%
GREEN value IS 195 (76.56% from 255) = 34.33%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=26.76%
G=34.33%
B=38.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521952210.310.1200.13202.6150.3673.14
Hex98C3DD1FC0Dcb3249
Octal230303335371401531362111
Binary10011000110000111101110111111110001101110010111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,195,221); }

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

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

 a { background-color: rgb(152,195,221); }

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

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

 span { border-color: rgb(152,195,221); }

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