#97BDEF

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

Shades of Cornflower #97BDEF

Tints of Cornflower #97BDEF

Color information

#97BDEF (or 0x97BDEF) is unknown color: approx Cornflower. HEX triplet: 97, BD and EF. RGB value is (151,189,239). Sum of RGB (Red+Green+Blue) = 151+189+239=579 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.08% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #97BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BDEF is #684210. Grayscale: #B7B7B7. Windows color (decimal): -6832657 or 15711639. OLE color: 15711639.

HSL color Cylindrical-coordinate representation of color #97BDEF: hue angle of 214.09º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97BDEF is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB151189239-
CMYK0.370.2100.06
HSL214.09º73.33%76.47%-
HSV(B)214.09º36.82%93.73%-
XYZ46.5449.2188.71-
YUV183.34159.41104.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.08%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 239 (93.75% from 255) = 41.28%
R=26.08%
G=32.64%
B=41.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1511892390.370.2100.06214.0973.3376.47
Hex97BDEF251506d6494c
Octal227275357452506326111114
Binary1001011110111101111011111001011010101101101011010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97BDEF; }

 p { color: rgb(151,189,239); }

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

<style>
 a { background-color: #97BDEF; }

 a { background-color: rgb(151,189,239); }

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

<style>
 span { border-color: #97BDEF; }

 span { border-color: rgb(151,189,239); }

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