#98CBF7

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

Shades of Cornflower #98CBF7

Tints of Cornflower #98CBF7

Color information

#98CBF7 (or 0x98CBF7) is unknown color: approx Cornflower. HEX triplet: 98, CB and F7. RGB value is (152,203,247). Sum of RGB (Red+Green+Blue) = 152+203+247=602 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.25% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 247 - color contains mainly: blue. Hex color #98CBF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CBF7 is #673408. Grayscale: #C0C0C0. Windows color (decimal): -6763529 or 16239512. OLE color: 16239512.

HSL color Cylindrical-coordinate representation of color #98CBF7: hue angle of 207.79º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98CBF7 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB152203247-
CMYK0.380.1800.03
HSL207.79º85.59%78.24%-
HSV(B)207.79º38.46%96.86%-
XYZ51.0956.196.13-
YUV192.77158.698.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.25%
GREEN value IS 203 (79.69% from 255) = 33.72%
BLUE value IS 247 (96.88% from 255) = 41.03%
R=25.25%
G=33.72%
B=41.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1522032470.380.1800.03207.7985.5978.24
Hex98CBF7261203d0564e
Octal230313367462203320126116
Binary100110001100101111110111100110100100111101000010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,203,247); }

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

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

 a { background-color: rgb(152,203,247); }

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

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

 span { border-color: rgb(152,203,247); }

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