#98CFEB

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

Shades of Cornflower #98CFEB

Tints of Cornflower #98CFEB

Color information

#98CFEB (or 0x98CFEB) is unknown color: approx Cornflower. HEX triplet: 98, CF and EB. RGB value is (152,207,235). Sum of RGB (Red+Green+Blue) = 152+207+235=594 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.59% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #98CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CFEB is #673014. Grayscale: #C1C1C1. Windows color (decimal): -6762517 or 15454104. OLE color: 15454104.

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

Color convert

RGB152207235-
CMYK0.350.1200.08
HSL200.24º67.48%75.88%-
HSV(B)200.24º35.32%92.16%-
XYZ50.2657.387.01-
YUV193.75151.2898.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.59%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=25.59%
G=34.85%
B=39.56%

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
Decimal1522072350.350.1200.08200.2467.4875.88
Hex98CFEB23C08c8434c
Octal2303173534314010310103114
Binary1001100011001111111010111000111100010001100100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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