Html Css Color HEX #9BBFDD Cornflower

📋 copy color: '#9BBFDD'

red 155 ◦ green 191 ◦ blue 221

#9BBFDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower #9BBFDD

Tints of Cornflower #9BBFDD

RGB

 RED value IS 155 (60.94% from 255) = 27.34%

 GREEN value IS 191 (75% from 255) = 33.69%

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 27.34%
G = 33.69%
B = 38.98%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BBFDD (or 0x9BBFDD) is known color: Cornflower. HEX triplet: 9B, BF and DD. RGB value is (155,191,221). Sum of RGB (Red+Green+Blue) = 155+191+221=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BBFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFDD is #644022. Grayscale: #B7B7B7. Windows color (decimal): -6570019 or 14532507. OLE color: 14532507.

HSL color Cylindrical-coordinate representation of color #9BBFDD: hue angle of 207.27º degrees, saturation: 0.49, 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 #9BBFDD is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 191 221 -
CMYK 0.30 0.14 0 0.13
HSL 207.27º 0.49% 0.74% -
HSV(B) 207.27º 0.3% 0.87% -
XYZ 45.2 49.45 75.57 -
YUV 183.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 155 191 221 0.30 0.14 0 0.13 207.27 0.49 0.74
Hex 9B BF DD 1E E 0 D CF 31 4A
Octal 233 277 335 36 16 0 15 317 61 112
Binary 10011011 10111111 11011101 11110 1110 0 1101 11001111 110001 1001010

Color Harmonies of #9BBFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBFDD

Black with #9BBFDD

Text Example


Text Example

White with #9BBFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BBFDD;
 }
 .AnyTagClassName
 {
   color: #9BBFDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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