#9DBEFF

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

Shades of Pale Cornflower Blue #9DBEFF

Tints of Pale Cornflower Blue #9DBEFF

Color information

#9DBEFF (or 0x9DBEFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9D, BE and FF. RGB value is (157,190,255). Sum of RGB (Red+Green+Blue) = 157+190+255=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DBEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBEFF is #624100. Grayscale: #BBBBBB. Windows color (decimal): -6439169 or 16760477. OLE color: 16760477.

HSL color Cylindrical-coordinate representation of color #9DBEFF: hue angle of 219.8º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DBEFF is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB157190255-
CMYK0.380.2500
HSL219.8º100%80.78%-
HSV(B)219.8º38.43%100%-
XYZ50.3751.22101.84-
YUV187.54166.07106.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.08%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 255 (100% from 255) = 42.36%
R=26.08%
G=31.56%
B=42.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1571902550.380.2500219.810080.78
Hex9DBEFF261900dc6451
Octal235276377463100334144121
Binary10011101101111101111111110011011001001101110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DBEFF; }

 p { color: rgb(157,190,255); }

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

<style>
 a { background-color: #9DBEFF; }

 a { background-color: rgb(157,190,255); }

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

<style>
 span { border-color: #9DBEFF; }

 span { border-color: rgb(157,190,255); }

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