#97BDF3

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

Shades of Pale Cornflower Blue #97BDF3

Tints of Pale Cornflower Blue #97BDF3

Color information

#97BDF3 (or 0x97BDF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: 97, BD and F3. RGB value is (151,189,243). Sum of RGB (Red+Green+Blue) = 151+189+243=583 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.90% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #97BDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BDF3 is #68420C. Grayscale: #B7B7B7. Windows color (decimal): -6832653 or 15973783. OLE color: 15973783.

HSL color Cylindrical-coordinate representation of color #97BDF3: hue angle of 215.22º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97BDF3 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB151189243-
CMYK0.380.2200.05
HSL215.22º79.31%77.25%-
HSV(B)215.22º37.86%95.29%-
XYZ47.1449.4591.85-
YUV183.79161.41104.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.90%
GREEN value IS 189 (74.22% from 255) = 32.42%
BLUE value IS 243 (95.31% from 255) = 41.68%
R=25.90%
G=32.42%
B=41.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1511892430.380.2200.05215.2279.3177.25
Hex97BDF3261605d74f4d
Octal227275363462605327117115
Binary1001011110111101111100111001101011001011101011110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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