Html Css Color HEX #9ACFEC Cornflower

📋 copy color: '#9ACFEC'

red 154 ◦ green 207 ◦ blue 236

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

Shades of Cornflower #9ACFEC

Tints of Cornflower #9ACFEC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.67%

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

R = 25.8%
G = 34.67%
B = 39.53%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9ACFEC (or 0x9ACFEC) is known color: Cornflower. HEX triplet: 9A, CF and EC. RGB value is (154,207,236). Sum of RGB (Red+Green+Blue) = 154+207+236=597 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.80% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #9ACFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACFEC is #653013. Grayscale: #C2C2C2. Windows color (decimal): -6631444 or 15519642. OLE color: 15519642.

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

Color convert

RGB 154 207 236 -
CMYK 0.35 0.12 0 0.07
HSL 201.22º 0.68% 0.76% -
HSV(B) 201.22º 0.35% 0.93% -
XYZ 50.78 57.55 87.79 -
YUV 194.46 151.44 99.14 -
System Red Green Blue C M Y K H S L
Decimal 154 207 236 0.35 0.12 0 0.07 201.22 0.68 0.76
Hex 9A CF EC 23 C 0 7 C9 44 4C
Octal 232 317 354 43 14 0 7 311 104 114
Binary 10011010 11001111 11101100 100011 1100 0 111 11001001 1000100 1001100

Color Harmonies of #9ACFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACFEC

Black with #9ACFEC

Text Example


Text Example

White with #9ACFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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