Html Css Color HEX #9ACCEC Cornflower

📋 copy color: '#9ACCEC'

red 154 ◦ green 204 ◦ blue 236

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

Shades of Cornflower #9ACCEC

Tints of Cornflower #9ACCEC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.34%

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

R = 25.93%
G = 34.34%
B = 39.73%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9ACCEC (or 0x9ACCEC) is known color: Cornflower. HEX triplet: 9A, CC and EC. RGB value is (154,204,236). Sum of RGB (Red+Green+Blue) = 154+204+236=594 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.93% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #9ACCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACCEC is #653313. Grayscale: #C0C0C0. Windows color (decimal): -6632212 or 15518874. OLE color: 15518874.

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

Color convert

RGB 154 204 236 -
CMYK 0.35 0.14 0 0.07
HSL 203.41º 0.68% 0.76% -
HSV(B) 203.41º 0.35% 0.93% -
XYZ 50.06 56.11 87.55 -
YUV 192.7 152.44 100.4 -
System Red Green Blue C M Y K H S L
Decimal 154 204 236 0.35 0.14 0 0.07 203.41 0.68 0.76
Hex 9A CC EC 23 E 0 7 CB 44 4C
Octal 232 314 354 43 16 0 7 313 104 114
Binary 10011010 11001100 11101100 100011 1110 0 111 11001011 1000100 1001100

Color Harmonies of #9ACCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACCEC

Black with #9ACCEC

Text Example


Text Example

White with #9ACCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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