Html Css Color HEX #9ABEDA Cornflower

📋 copy color: '#9ABEDA'

red 154 ◦ green 190 ◦ blue 218

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

Shades of Cornflower #9ABEDA

Tints of Cornflower #9ABEDA

RGB

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

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

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

R = 27.4%
G = 33.81%
B = 38.79%

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

#9ABEDA (or 0x9ABEDA) is known color: Cornflower. HEX triplet: 9A, BE and DA. RGB value is (154,190,218). Sum of RGB (Red+Green+Blue) = 154+190+218=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ABEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEDA is #654125. Grayscale: #B6B6B6. Windows color (decimal): -6635814 or 14335642. OLE color: 14335642.

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

Color convert

RGB 154 190 218 -
CMYK 0.29 0.13 0 0.15
HSL 206.25º 0.46% 0.73% -
HSV(B) 206.25º 0.29% 0.85% -
XYZ 44.39 48.76 73.4 -
YUV 182.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 154 190 218 0.29 0.13 0 0.15 206.25 0.46 0.73
Hex 9A BE DA 1D D 0 F CE 2E 49
Octal 232 276 332 35 15 0 17 316 56 111
Binary 10011010 10111110 11011010 11101 1101 0 1111 11001110 101110 1001001

Color Harmonies of #9ABEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABEDA

Black with #9ABEDA

Text Example


Text Example

White with #9ABEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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