#9BBFDA

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

Shades of Cornflower #9BBFDA

Tints of Cornflower #9BBFDA

Color information

#9BBFDA (or 0x9BBFDA) is unknown color: approx Cornflower. HEX triplet: 9B, BF and DA. RGB value is (155,191,218). Sum of RGB (Red+Green+Blue) = 155+191+218=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BBFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFDA is #644025. Grayscale: #B7B7B7. Windows color (decimal): -6570022 or 14335899. OLE color: 14335899.

HSL color Cylindrical-coordinate representation of color #9BBFDA: hue angle of 205.71º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BBFDA is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB155191218-
CMYK0.290.1200.15
HSL205.71º45.99%73.14%-
HSV(B)205.71º28.9%85.49%-
XYZ44.849.2973.48-
YUV183.31147.57107.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.48%
GREEN value IS 191 (75% from 255) = 33.87%
BLUE value IS 218 (85.55% from 255) = 38.65%
R=27.48%
G=33.87%
B=38.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1551912180.290.1200.15205.7145.9973.14
Hex9BBFDA1DC0Fce2e49
Octal233277332351401731656111
Binary10011011101111111101101011101110001111110011101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,191,218); }

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

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

 a { background-color: rgb(155,191,218); }

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

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

 span { border-color: rgb(155,191,218); }

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