#98CFEF

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

Shades of Cornflower #98CFEF

Tints of Cornflower #98CFEF

Color information

#98CFEF (or 0x98CFEF) is unknown color: approx Cornflower. HEX triplet: 98, CF and EF. RGB value is (152,207,239). Sum of RGB (Red+Green+Blue) = 152+207+239=598 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.42% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #98CFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CFEF is #673010. Grayscale: #C2C2C2. Windows color (decimal): -6762513 or 15716248. OLE color: 15716248.

HSL color Cylindrical-coordinate representation of color #98CFEF: hue angle of 202.07º 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 #98CFEF is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB152207239-
CMYK0.360.1300.06
HSL202.07º73.11%76.67%-
HSV(B)202.07º36.4%93.73%-
XYZ50.8457.5390.09-
YUV194.2153.2897.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.42%
GREEN value IS 207 (81.25% from 255) = 34.62%
BLUE value IS 239 (93.75% from 255) = 39.97%
R=25.42%
G=34.62%
B=39.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1522072390.360.1300.06202.0773.1176.67
Hex98CFEF24D06ca494d
Octal230317357441506312111115
Binary100110001100111111101111100100110101101100101010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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