#97BFFB

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

Shades of Pale Cornflower Blue #97BFFB

Tints of Pale Cornflower Blue #97BFFB

Color information

#97BFFB (or 0x97BFFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: 97, BF and FB. RGB value is (151,191,251). Sum of RGB (Red+Green+Blue) = 151+191+251=593 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.46% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #97BFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BFFB is #684004. Grayscale: #B9B9B9. Windows color (decimal): -6832133 or 16498583. OLE color: 16498583.

HSL color Cylindrical-coordinate representation of color #97BFFB: hue angle of 216º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97BFFB is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151191251-
CMYK0.400.2400.02
HSL216º92.59%78.82%-
HSV(B)216º39.84%98.43%-
XYZ48.8150.8198.5-
YUV185.88164.75103.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.46%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 251 (98.44% from 255) = 42.33%
R=25.46%
G=32.21%
B=42.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511912510.400.2400.0221692.5978.82
Hex97BFFB281802d85d4f
Octal227277373503002330135117
Binary100101111011111111111011101000110000101101100010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,191,251); }

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

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

 a { background-color: rgb(151,191,251); }

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

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

 span { border-color: rgb(151,191,251); }

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