Html Css Color HEX #9BBEDB Cornflower

📋 copy color: '#9BBEDB'

red 155 ◦ green 190 ◦ blue 219

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

Shades of Cornflower #9BBEDB

Tints of Cornflower #9BBEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.69%

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

R = 27.48%
G = 33.69%
B = 38.83%

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

#9BBEDB (or 0x9BBEDB) is known color: Cornflower. HEX triplet: 9B, BE and DB. RGB value is (155,190,219). Sum of RGB (Red+Green+Blue) = 155+190+219=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BBEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBEDB is #644124. Grayscale: #B6B6B6. Windows color (decimal): -6570277 or 14401179. OLE color: 14401179.

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

Color convert

RGB 155 190 219 -
CMYK 0.29 0.13 0 0.14
HSL 207.19º 0.47% 0.73% -
HSV(B) 207.19º 0.29% 0.86% -
XYZ 44.72 48.91 74.1 -
YUV 182.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 155 190 219 0.29 0.13 0 0.14 207.19 0.47 0.73
Hex 9B BE DB 1D D 0 E CF 2F 49
Octal 233 276 333 35 15 0 16 317 57 111
Binary 10011011 10111110 11011011 11101 1101 0 1110 11001111 101111 1001001

Color Harmonies of #9BBEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBEDB

Black with #9BBEDB

Text Example


Text Example

White with #9BBEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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