#97BCFD

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

Shades of Pale Cornflower Blue #97BCFD

Tints of Pale Cornflower Blue #97BCFD

Color information

#97BCFD (or 0x97BCFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 97, BC and FD. RGB value is (151,188,253). Sum of RGB (Red+Green+Blue) = 151+188+253=592 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.51% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #97BCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BCFD is #684302. Grayscale: #B8B8B8. Windows color (decimal): -6832899 or 16628887. OLE color: 16628887.

HSL color Cylindrical-coordinate representation of color #97BCFD: hue angle of 218.24º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97BCFD is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB151188253-
CMYK0.400.2600.01
HSL218.24º96.23%79.22%-
HSV(B)218.24º40.32%99.22%-
XYZ48.4849.6499.95-
YUV184.35166.74104.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.51%
GREEN value IS 188 (73.83% from 255) = 31.76%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=25.51%
G=31.76%
B=42.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1511882530.400.2600.01218.2496.2379.22
Hex97BCFD281A01da604f
Octal227274375503201332140117
Binary10010111101111001111110110100011010011101101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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