#9BC7FD

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

Shades of Pale Cornflower Blue #9BC7FD

Tints of Pale Cornflower Blue #9BC7FD

Color information

#9BC7FD (or 0x9BC7FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9B, C7 and FD. RGB value is (155,199,253). Sum of RGB (Red+Green+Blue) = 155+199+253=607 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.54% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BC7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC7FD is #643802. Grayscale: #BFBFBF. Windows color (decimal): -6567939 or 16631707. OLE color: 16631707.

HSL color Cylindrical-coordinate representation of color #9BC7FD: hue angle of 213.06º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BC7FD is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB155199253-
CMYK0.390.2100.01
HSL213.06º96.08%80%-
HSV(B)213.06º38.74%99.22%-
XYZ51.6754.91100.8-
YUV192162.42101.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.54%
GREEN value IS 199 (78.12% from 255) = 32.78%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=25.54%
G=32.78%
B=41.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1551992530.390.2100.01213.0696.0880
Hex9BC7FD271501d56050
Octal233307375472501325140120
Binary10011011110001111111110110011110101011101010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,199,253); }

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

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

 a { background-color: rgb(155,199,253); }

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

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

 span { border-color: rgb(155,199,253); }

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