Html Css Color HEX #9AC6DE Cornflower

📋 copy color: '#9AC6DE'

red 154 ◦ green 198 ◦ blue 222

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

Shades of Cornflower #9AC6DE

Tints of Cornflower #9AC6DE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.49%

 BLUE value IS 222 (87.11% from 255) = 38.68%

R = 26.83%
G = 34.49%
B = 38.68%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9AC6DE (or 0x9AC6DE) is known color: Cornflower. HEX triplet: 9A, C6 and DE. RGB value is (154,198,222). Sum of RGB (Red+Green+Blue) = 154+198+222=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #9AC6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC6DE is #653921. Grayscale: #BBBBBB. Windows color (decimal): -6633762 or 14599834. OLE color: 14599834.

HSL color Cylindrical-coordinate representation of color #9AC6DE: hue angle of 201.18º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AC6DE is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 198 222 -
CMYK 0.31 0.11 0 0.13
HSL 201.18º 0.51% 0.74% -
HSV(B) 201.18º 0.31% 0.87% -
XYZ 46.71 52.53 76.79 -
YUV 187.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 154 198 222 0.31 0.11 0 0.13 201.18 0.51 0.74
Hex 9A C6 DE 1F B 0 D C9 33 4A
Octal 232 306 336 37 13 0 15 311 63 112
Binary 10011010 11000110 11011110 11111 1011 0 1101 11001001 110011 1001010

Color Harmonies of #9AC6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC6DE

Black with #9AC6DE

Text Example


Text Example

White with #9AC6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,198,222); }

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

background-color css

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

 a { background-color: rgb(154,198,222); }

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

border-color css

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

 span { border-color: rgb(154,198,222); }

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