Html Css Color HEX #9AC2E7 Cornflower

📋 copy color: '#9AC2E7'

red 154 ◦ green 194 ◦ blue 231

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

Shades of Cornflower #9AC2E7

Tints of Cornflower #9AC2E7

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.51%

 BLUE value IS 231 (90.63% from 255) = 39.9%

R = 26.6%
G = 33.51%
B = 39.9%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9AC2E7 (or 0x9AC2E7) is known color: Cornflower. HEX triplet: 9A, C2 and E7. RGB value is (154,194,231). Sum of RGB (Red+Green+Blue) = 154+194+231=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 231 - color contains mainly: blue. Hex color #9AC2E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC2E7 is #653D18. Grayscale: #BABABA. Windows color (decimal): -6634777 or 15188634. OLE color: 15188634.

HSL color Cylindrical-coordinate representation of color #9AC2E7: hue angle of 208.83º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AC2E7 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 154 194 231 -
CMYK 0.33 0.16 0 0.09
HSL 208.83º 0.62% 0.75% -
HSV(B) 208.83º 0.33% 0.91% -
XYZ 47.04 51.22 83.01 -
YUV 186.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 154 194 231 0.33 0.16 0 0.09 208.83 0.62 0.75
Hex 9A C2 E7 21 10 0 9 D1 3E 4B
Octal 232 302 347 41 20 0 11 321 76 113
Binary 10011010 11000010 11100111 100001 10000 0 1001 11010001 111110 1001011

Color Harmonies of #9AC2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC2E7

Black with #9AC2E7

Text Example


Text Example

White with #9AC2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,194,231); }

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

background-color css

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

 a { background-color: rgb(154,194,231); }

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

border-color css

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

 span { border-color: rgb(154,194,231); }

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