#9BD7EF

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

Shades of Cornflower #9BD7EF

Tints of Cornflower #9BD7EF

Color information

#9BD7EF (or 0x9BD7EF) is unknown color: approx Cornflower. HEX triplet: 9B, D7 and EF. RGB value is (155,215,239). Sum of RGB (Red+Green+Blue) = 155+215+239=609 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.45% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BD7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD7EF is #642810. Grayscale: #C7C7C7. Windows color (decimal): -6563857 or 15718299. OLE color: 15718299.

HSL color Cylindrical-coordinate representation of color #9BD7EF: hue angle of 197.14º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BD7EF is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB155215239-
CMYK0.350.1000.06
HSL197.14º72.41%77.25%-
HSV(B)197.14º35.15%93.73%-
XYZ53.461.890.78-
YUV199.8150.1296.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.45%
GREEN value IS 215 (84.38% from 255) = 35.30%
BLUE value IS 239 (93.75% from 255) = 39.24%
R=25.45%
G=35.30%
B=39.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552152390.350.1000.06197.1472.4177.25
Hex9BD7EF23A06c5484d
Octal233327357431206305110115
Binary100110111101011111101111100011101001101100010110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,215,239); }

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

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

 a { background-color: rgb(155,215,239); }

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

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

 span { border-color: rgb(155,215,239); }

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