#97BCFF

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

Shades of Pale Cornflower Blue #97BCFF

Tints of Pale Cornflower Blue #97BCFF

Color information

#97BCFF (or 0x97BCFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 97, BC and FF. RGB value is (151,188,255). Sum of RGB (Red+Green+Blue) = 151+188+255=594 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.42% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #97BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BCFF is #684300. Grayscale: #B8B8B8. Windows color (decimal): -6832897 or 16759959. OLE color: 16759959.

HSL color Cylindrical-coordinate representation of color #97BCFF: hue angle of 218.65º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97BCFF is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB151188255-
CMYK0.410.2600
HSL218.65º100%79.61%-
HSV(B)218.65º40.78%100%-
XYZ48.849.77101.64-
YUV184.58167.74104.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.42%
GREEN value IS 188 (73.83% from 255) = 31.65%
BLUE value IS 255 (100% from 255) = 42.93%
R=25.42%
G=31.65%
B=42.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1511882550.410.2600218.6510079.61
Hex97BCFF291A00db6450
Octal227274377513200333144120
Binary10010111101111001111111110100111010001101101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,188,255); }

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

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

 a { background-color: rgb(151,188,255); }

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

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

 span { border-color: rgb(151,188,255); }

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