Html Css Color HEX #9AC5EA Cornflower

📋 copy color: '#9AC5EA'

red 154 ◦ green 197 ◦ blue 234

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

Shades of Cornflower #9AC5EA

Tints of Cornflower #9AC5EA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.68%

 BLUE value IS 234 (91.8% from 255) = 40%

R = 26.32%
G = 33.68%
B = 40%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9AC5EA (or 0x9AC5EA) is known color: Cornflower. HEX triplet: 9A, C5 and EA. RGB value is (154,197,234). Sum of RGB (Red+Green+Blue) = 154+197+234=585 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.32% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #9AC5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC5EA is #653A15. Grayscale: #BCBCBC. Windows color (decimal): -6634006 or 15386010. OLE color: 15386010.

HSL color Cylindrical-coordinate representation of color #9AC5EA: hue angle of 207.75º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AC5EA is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 197 234 -
CMYK 0.34 0.16 0 0.08
HSL 207.75º 0.66% 0.76% -
HSV(B) 207.75º 0.34% 0.92% -
XYZ 48.14 52.74 85.48 -
YUV 188.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 154 197 234 0.34 0.16 0 0.08 207.75 0.66 0.76
Hex 9A C5 EA 22 10 0 8 D0 42 4C
Octal 232 305 352 42 20 0 10 320 102 114
Binary 10011010 11000101 11101010 100010 10000 0 1000 11010000 1000010 1001100

Color Harmonies of #9AC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC5EA

Black with #9AC5EA

Text Example


Text Example

White with #9AC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,197,234); }

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

background-color css

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

 a { background-color: rgb(154,197,234); }

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

border-color css

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

 span { border-color: rgb(154,197,234); }

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