#98CDEF

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

Shades of Cornflower #98CDEF

Tints of Cornflower #98CDEF

Color information

#98CDEF (or 0x98CDEF) is unknown color: approx Cornflower. HEX triplet: 98, CD and EF. RGB value is (152,205,239). Sum of RGB (Red+Green+Blue) = 152+205+239=596 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.50% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #98CDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CDEF is #673210. Grayscale: #C0C0C0. Windows color (decimal): -6763025 or 15715736. OLE color: 15715736.

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

Color convert

RGB152205239-
CMYK0.360.1400.06
HSL203.45º73.11%76.67%-
HSV(B)203.45º36.4%93.73%-
XYZ50.3656.5789.93-
YUV193.03153.9498.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.50%
GREEN value IS 205 (80.47% from 255) = 34.40%
BLUE value IS 239 (93.75% from 255) = 40.10%
R=25.50%
G=34.40%
B=40.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1522052390.360.1400.06203.4573.1176.67
Hex98CDEF24E06cb494d
Octal230315357441606313111115
Binary100110001100110111101111100100111001101100101110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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