Html Css Color HEX #9BBFDB Cornflower

📋 copy color: '#9BBFDB'

red 155 ◦ green 191 ◦ blue 219

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

Shades of Cornflower #9BBFDB

Tints of Cornflower #9BBFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.76%

R = 27.43%
G = 33.81%
B = 38.76%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BBFDB (or 0x9BBFDB) is known color: Cornflower. HEX triplet: 9B, BF and DB. RGB value is (155,191,219). Sum of RGB (Red+Green+Blue) = 155+191+219=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BBFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFDB is #644024. Grayscale: #B7B7B7. Windows color (decimal): -6570021 or 14401435. OLE color: 14401435.

HSL color Cylindrical-coordinate representation of color #9BBFDB: hue angle of 206.25º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BBFDB is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 191 219 -
CMYK 0.29 0.13 0 0.14
HSL 206.25º 0.47% 0.73% -
HSV(B) 206.25º 0.29% 0.86% -
XYZ 44.93 49.34 74.17 -
YUV 183.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 155 191 219 0.29 0.13 0 0.14 206.25 0.47 0.73
Hex 9B BF DB 1D D 0 E CE 2F 49
Octal 233 277 333 35 15 0 16 316 57 111
Binary 10011011 10111111 11011011 11101 1101 0 1110 11001110 101111 1001001

Color Harmonies of #9BBFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBFDB

Black with #9BBFDB

Text Example


Text Example

White with #9BBFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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