Html Css Color HEX #9ABDDB Cornflower

📋 copy color: '#9ABDDB'

red 154 ◦ green 189 ◦ blue 219

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

Shades of Cornflower #9ABDDB

Tints of Cornflower #9ABDDB

RGB

 RED value IS 154 (60.55% from 255) = 27.4%

 GREEN value IS 189 (74.22% from 255) = 33.63%

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

R = 27.4%
G = 33.63%
B = 38.97%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9ABDDB (or 0x9ABDDB) is known color: Cornflower. HEX triplet: 9A, BD and DB. RGB value is (154,189,219). Sum of RGB (Red+Green+Blue) = 154+189+219=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ABDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDDB is #654224. Grayscale: #B5B5B5. Windows color (decimal): -6636069 or 14400922. OLE color: 14400922.

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

Color convert

RGB 154 189 219 -
CMYK 0.30 0.14 0 0.14
HSL 207.69º 0.47% 0.73% -
HSV(B) 207.69º 0.3% 0.86% -
XYZ 44.31 48.38 74.02 -
YUV 181.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 154 189 219 0.30 0.14 0 0.14 207.69 0.47 0.73
Hex 9A BD DB 1E E 0 E D0 2F 49
Octal 232 275 333 36 16 0 16 320 57 111
Binary 10011010 10111101 11011011 11110 1110 0 1110 11010000 101111 1001001

Color Harmonies of #9ABDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABDDB

Black with #9ABDDB

Text Example


Text Example

White with #9ABDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,189,219); }

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

background-color css

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

 a { background-color: rgb(154,189,219); }

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

border-color css

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

 span { border-color: rgb(154,189,219); }

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