Html Css Color HEX #9ACCF0 Cornflower

📋 copy color: '#9ACCF0'

red 154 ◦ green 204 ◦ blue 240

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

Shades of Cornflower #9ACCF0

Tints of Cornflower #9ACCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.13%

R = 25.75%
G = 34.11%
B = 40.13%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9ACCF0 (or 0x9ACCF0) is known color: Cornflower. HEX triplet: 9A, CC and F0. RGB value is (154,204,240). Sum of RGB (Red+Green+Blue) = 154+204+240=598 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.75% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #9ACCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACCF0 is #65330F. Grayscale: #C0C0C0. Windows color (decimal): -6632208 or 15781018. OLE color: 15781018.

HSL color Cylindrical-coordinate representation of color #9ACCF0: hue angle of 205.12º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ACCF0 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 204 240 -
CMYK 0.36 0.15 0 0.06
HSL 205.12º 0.74% 0.77% -
HSV(B) 205.12º 0.36% 0.94% -
XYZ 50.65 56.35 90.64 -
YUV 193.15 154.44 100.07 -
System Red Green Blue C M Y K H S L
Decimal 154 204 240 0.36 0.15 0 0.06 205.12 0.74 0.77
Hex 9A CC F0 24 F 0 6 CD 4A 4D
Octal 232 314 360 44 17 0 6 315 112 115
Binary 10011010 11001100 11110000 100100 1111 0 110 11001101 1001010 1001101

Color Harmonies of #9ACCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACCF0

Black with #9ACCF0

Text Example


Text Example

White with #9ACCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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