#98BFDA

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

Shades of Cornflower #98BFDA

Tints of Cornflower #98BFDA

Color information

#98BFDA (or 0x98BFDA) is unknown color: approx Cornflower. HEX triplet: 98, BF and DA. RGB value is (152,191,218). Sum of RGB (Red+Green+Blue) = 152+191+218=561 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.09% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #98BFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BFDA is #674025. Grayscale: #B6B6B6. Windows color (decimal): -6766630 or 14335896. OLE color: 14335896.

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

Color convert

RGB152191218-
CMYK0.300.1200.15
HSL204.55º47.14%72.55%-
HSV(B)204.55º30.28%85.49%-
XYZ44.234973.46-
YUV182.42148.08106.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.09%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=27.09%
G=34.05%
B=38.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521912180.300.1200.15204.5547.1472.55
Hex98BFDA1EC0Fcd2f49
Octal230277332361401731557111
Binary10011000101111111101101011110110001111110011011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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