Html Css Color HEX #9ABDDA Cornflower

📋 copy color: '#9ABDDA'

red 154 ◦ green 189 ◦ blue 218

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

Shades of Cornflower #9ABDDA

Tints of Cornflower #9ABDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 27.45%
G = 33.69%
B = 38.86%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9ABDDA (or 0x9ABDDA) is known color: Cornflower. HEX triplet: 9A, BD and DA. RGB value is (154,189,218). Sum of RGB (Red+Green+Blue) = 154+189+218=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ABDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDDA is #654225. Grayscale: #B5B5B5. Windows color (decimal): -6636070 or 14335386. OLE color: 14335386.

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

Color convert

RGB 154 189 218 -
CMYK 0.29 0.13 0 0.15
HSL 207.19º 0.46% 0.73% -
HSV(B) 207.19º 0.29% 0.85% -
XYZ 44.18 48.33 73.33 -
YUV 181.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 154 189 218 0.29 0.13 0 0.15 207.19 0.46 0.73
Hex 9A BD DA 1D D 0 F CF 2E 49
Octal 232 275 332 35 15 0 17 317 56 111
Binary 10011010 10111101 11011010 11101 1101 0 1111 11001111 101110 1001001

Color Harmonies of #9ABDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABDDA

Black with #9ABDDA

Text Example


Text Example

White with #9ABDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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