Html Css Color HEX #9ACDEA Cornflower

📋 copy color: '#9ACDEA'

red 154 ◦ green 205 ◦ blue 234

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

Shades of Cornflower #9ACDEA

Tints of Cornflower #9ACDEA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.57%

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

R = 25.97%
G = 34.57%
B = 39.46%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9ACDEA (or 0x9ACDEA) is known color: Cornflower. HEX triplet: 9A, CD and EA. RGB value is (154,205,234). Sum of RGB (Red+Green+Blue) = 154+205+234=593 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.97% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #9ACDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACDEA is #653215. Grayscale: #C0C0C0. Windows color (decimal): -6631958 or 15388058. OLE color: 15388058.

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

Color convert

RGB 154 205 234 -
CMYK 0.34 0.12 0 0.08
HSL 201.75º 0.66% 0.76% -
HSV(B) 201.75º 0.34% 0.92% -
XYZ 50.01 56.47 86.11 -
YUV 193.06 151.1 100.14 -
System Red Green Blue C M Y K H S L
Decimal 154 205 234 0.34 0.12 0 0.08 201.75 0.66 0.76
Hex 9A CD EA 22 C 0 8 CA 42 4C
Octal 232 315 352 42 14 0 10 312 102 114
Binary 10011010 11001101 11101010 100010 1100 0 1000 11001010 1000010 1001100

Color Harmonies of #9ACDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACDEA

Black with #9ACDEA

Text Example


Text Example

White with #9ACDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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