#97CBED

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

Shades of Cornflower #97CBED

Tints of Cornflower #97CBED

Color information

#97CBED (or 0x97CBED) is unknown color: approx Cornflower. HEX triplet: 97, CB and ED. RGB value is (151,203,237). Sum of RGB (Red+Green+Blue) = 151+203+237=591 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.55% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #97CBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CBED is #683412. Grayscale: #BFBFBF. Windows color (decimal): -6829075 or 15584151. OLE color: 15584151.

HSL color Cylindrical-coordinate representation of color #97CBED: hue angle of 203.72º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97CBED is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151203237-
CMYK0.360.1400.07
HSL203.72º70.49%76.08%-
HSV(B)203.72º36.29%92.94%-
XYZ49.455.4188.21-
YUV191.33153.7799.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.55%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=25.55%
G=34.35%
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.07
SystemRedGreenBlueCMYKHSL
Decimal1512032370.360.1400.07203.7270.4976.08
Hex97CBED24E07cc464c
Octal227313355441607314106114
Binary100101111100101111101101100100111001111100110010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,203,237); }

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

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

 a { background-color: rgb(151,203,237); }

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

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

 span { border-color: rgb(151,203,237); }

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