#9bd5ef

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

Shades of Cornflower #9BD5EF

Tints of Cornflower #9BD5EF

Color information

#9BD5EF (or 0x9BD5EF) is unknown color: approx Cornflower. HEX triplet: 9B, D5 and EF. RGB value is (155,213,239). Sum of RGB (Red+Green+Blue) = 155+213+239=607 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.54% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BD5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD5EF is #642A10. Grayscale: #C6C6C6. Windows color (decimal): -6564369 or 15717787. OLE color: 15717787.

HSL color Cylindrical-coordinate representation of color #9BD5EF: hue angle of 198.57º 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 #9BD5EF is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB155213239-
CMYK0.350.1100.06
HSL198.57º72.41%77.25%-
HSV(B)198.57º35.15%93.73%-
XYZ52.8960.7990.61-
YUV198.62150.7896.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.54%
GREEN value IS 213 (83.59% from 255) = 35.09%
BLUE value IS 239 (93.75% from 255) = 39.37%
R=25.54%
G=35.09%
B=39.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552132390.350.1100.06198.5772.4177.25
Hex9BD5EF23B06c7484d
Octal233325357431306307110115
Binary100110111101010111101111100011101101101100011110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bd5ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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