#97BEFA

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

Shades of Pale Cornflower Blue #97BEFA

Tints of Pale Cornflower Blue #97BEFA

Color information

#97BEFA (or 0x97BEFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: 97, BE and FA. RGB value is (151,190,250). Sum of RGB (Red+Green+Blue) = 151+190+250=591 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.55% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #97BEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BEFA is #684105. Grayscale: #B8B8B8. Windows color (decimal): -6832390 or 16432791. OLE color: 16432791.

HSL color Cylindrical-coordinate representation of color #97BEFA: hue angle of 216.36º degrees, saturation: 0.91, 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 #97BEFA is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151190250-
CMYK0.400.2400.02
HSL216.36º90.83%78.63%-
HSV(B)216.36º39.6%98.04%-
XYZ48.4350.3197.6-
YUV185.18164.58103.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.55%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=25.55%
G=32.15%
B=42.30%

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
Decimal1511902500.400.2400.02216.3690.8378.63
Hex97BEFA281802d85b4f
Octal227276372503002330133117
Binary100101111011111011111010101000110000101101100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,190,250); }

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

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

 a { background-color: rgb(151,190,250); }

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

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

 span { border-color: rgb(151,190,250); }

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