#97BBE1

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

Shades of Cornflower #97BBE1

Tints of Cornflower #97BBE1

Color information

#97BBE1 (or 0x97BBE1) is unknown color: approx Cornflower. HEX triplet: 97, BB and E1. RGB value is (151,187,225). Sum of RGB (Red+Green+Blue) = 151+187+225=563 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.82% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 225 - color contains mainly: blue. Hex color #97BBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BBE1 is #68441E. Grayscale: #B4B4B4. Windows color (decimal): -6833183 or 14793623. OLE color: 14793623.

HSL color Cylindrical-coordinate representation of color #97BBE1: hue angle of 210.81º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97BBE1 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB151187225-
CMYK0.330.1700.12
HSL210.81º55.22%73.73%-
HSV(B)210.81º32.89%88.24%-
XYZ44.1247.5678.09-
YUV180.57153.07106.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.82%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 225 (88.28% from 255) = 39.96%
R=26.82%
G=33.21%
B=39.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1511872250.330.1700.12210.8155.2273.73
Hex97BBE121110Cd3374a
Octal227273341412101432367112
Binary1001011110111011111000011000011000101100110100111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,187,225); }

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

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

 a { background-color: rgb(151,187,225); }

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

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

 span { border-color: rgb(151,187,225); }

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