#98C1DA

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

Shades of Cornflower #98C1DA

Tints of Cornflower #98C1DA

Color information

#98C1DA (or 0x98C1DA) is unknown color: approx Cornflower. HEX triplet: 98, C1 and DA. RGB value is (152,193,218). Sum of RGB (Red+Green+Blue) = 152+193+218=563 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.00% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #98C1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C1DA is #673E25. Grayscale: #B7B7B7. Windows color (decimal): -6766118 or 14336408. OLE color: 14336408.

HSL color Cylindrical-coordinate representation of color #98C1DA: hue angle of 202.73º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98C1DA is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152193218-
CMYK0.300.1100.15
HSL202.73º47.14%72.55%-
HSV(B)202.73º30.28%85.49%-
XYZ44.6749.8873.6-
YUV183.59147.42105.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.00%
GREEN value IS 193 (75.78% from 255) = 34.28%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=27.00%
G=34.28%
B=38.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521932180.300.1100.15202.7347.1472.55
Hex98C1DA1EB0Fcb2f49
Octal230301332361301731357111
Binary10011000110000011101101011110101101111110010111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,193,218); }

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

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

 a { background-color: rgb(152,193,218); }

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

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

 span { border-color: rgb(152,193,218); }

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