#9BC7DF

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

Shades of Cornflower #9BC7DF

Tints of Cornflower #9BC7DF

Color information

#9BC7DF (or 0x9BC7DF) is unknown color: approx Cornflower. HEX triplet: 9B, C7 and DF. RGB value is (155,199,223). Sum of RGB (Red+Green+Blue) = 155+199+223=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BC7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC7DF is #643820. Grayscale: #BCBCBC. Windows color (decimal): -6567969 or 14665627. OLE color: 14665627.

HSL color Cylindrical-coordinate representation of color #9BC7DF: hue angle of 201.18º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BC7DF is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155199223-
CMYK0.300.1100.13
HSL201.18º51.52%74.12%-
HSV(B)201.18º30.49%87.45%-
XYZ47.2653.1477.58-
YUV188.58147.42104.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.86%
GREEN value IS 199 (78.12% from 255) = 34.49%
BLUE value IS 223 (87.5% from 255) = 38.65%
R=26.86%
G=34.49%
B=38.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551992230.300.1100.13201.1851.5274.12
Hex9BC7DF1EB0Dc9344a
Octal233307337361301531164112
Binary10011011110001111101111111110101101101110010011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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