Html Css Color HEX #9ACAEA Cornflower

📋 copy color: '#9ACAEA'

red 154 ◦ green 202 ◦ blue 234

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

Shades of Cornflower #9ACAEA

Tints of Cornflower #9ACAEA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.24%

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

R = 26.1%
G = 34.24%
B = 39.66%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9ACAEA (or 0x9ACAEA) is known color: Cornflower. HEX triplet: 9A, CA and EA. RGB value is (154,202,234). Sum of RGB (Red+Green+Blue) = 154+202+234=590 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.10% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #9ACAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACAEA is #653515. Grayscale: #BFBFBF. Windows color (decimal): -6632726 or 15387290. OLE color: 15387290.

HSL color Cylindrical-coordinate representation of color #9ACAEA: hue angle of 204º 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 #9ACAEA is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 202 234 -
CMYK 0.34 0.14 0 0.08
HSL 204º 0.66% 0.76% -
HSV(B) 204º 0.34% 0.92% -
XYZ 49.3 55.05 85.87 -
YUV 191.3 152.1 101.4 -
System Red Green Blue C M Y K H S L
Decimal 154 202 234 0.34 0.14 0 0.08 204 0.66 0.76
Hex 9A CA EA 22 E 0 8 CC 42 4C
Octal 232 312 352 42 16 0 10 314 102 114
Binary 10011010 11001010 11101010 100010 1110 0 1000 11001100 1000010 1001100

Color Harmonies of #9ACAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACAEA

Black with #9ACAEA

Text Example


Text Example

White with #9ACAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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