Html Css Color HEX #9ACEEC Cornflower

📋 copy color: '#9ACEEC'

red 154 ◦ green 206 ◦ blue 236

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

Shades of Cornflower #9ACEEC

Tints of Cornflower #9ACEEC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.56%

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

R = 25.84%
G = 34.56%
B = 39.6%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9ACEEC (or 0x9ACEEC) is known color: Cornflower. HEX triplet: 9A, CE and EC. RGB value is (154,206,236). Sum of RGB (Red+Green+Blue) = 154+206+236=596 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.84% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #9ACEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACEEC is #653113. Grayscale: #C1C1C1. Windows color (decimal): -6631700 or 15519386. OLE color: 15519386.

HSL color Cylindrical-coordinate representation of color #9ACEEC: hue angle of 201.95º 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 #9ACEEC is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 206 236 -
CMYK 0.35 0.13 0 0.07
HSL 201.95º 0.68% 0.76% -
HSV(B) 201.95º 0.35% 0.93% -
XYZ 50.54 57.07 87.71 -
YUV 193.87 151.77 99.56 -
System Red Green Blue C M Y K H S L
Decimal 154 206 236 0.35 0.13 0 0.07 201.95 0.68 0.76
Hex 9A CE EC 23 D 0 7 CA 44 4C
Octal 232 316 354 43 15 0 7 312 104 114
Binary 10011010 11001110 11101100 100011 1101 0 111 11001010 1000100 1001100

Color Harmonies of #9ACEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACEEC

Black with #9ACEEC

Text Example


Text Example

White with #9ACEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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