Html Css Color HEX #9AC6EC Cornflower

📋 copy color: '#9AC6EC'

red 154 ◦ green 198 ◦ blue 236

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

Shades of Cornflower #9AC6EC

Tints of Cornflower #9AC6EC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.67%

 BLUE value IS 236 (92.58% from 255) = 40.14%

R = 26.19%
G = 33.67%
B = 40.14%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9AC6EC (or 0x9AC6EC) is known color: Cornflower. HEX triplet: 9A, C6 and EC. RGB value is (154,198,236). Sum of RGB (Red+Green+Blue) = 154+198+236=588 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.19% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #9AC6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC6EC is #653913. Grayscale: #BCBCBC. Windows color (decimal): -6633748 or 15517338. OLE color: 15517338.

HSL color Cylindrical-coordinate representation of color #9AC6EC: hue angle of 207.8º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AC6EC is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 198 236 -
CMYK 0.35 0.16 0 0.07
HSL 207.8º 0.68% 0.76% -
HSV(B) 207.8º 0.35% 0.93% -
XYZ 48.66 53.31 87.08 -
YUV 189.18 154.42 102.91 -
System Red Green Blue C M Y K H S L
Decimal 154 198 236 0.35 0.16 0 0.07 207.8 0.68 0.76
Hex 9A C6 EC 23 10 0 7 D0 44 4C
Octal 232 306 354 43 20 0 7 320 104 114
Binary 10011010 11000110 11101100 100011 10000 0 111 11010000 1000100 1001100

Color Harmonies of #9AC6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC6EC

Black with #9AC6EC

Text Example


Text Example

White with #9AC6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,198,236); }

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

background-color css

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

 a { background-color: rgb(154,198,236); }

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

border-color css

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

 span { border-color: rgb(154,198,236); }

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