Html Css Color HEX #9AC3DE Cornflower

📋 copy color: '#9AC3DE'

red 154 ◦ green 195 ◦ blue 222

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

Shades of Cornflower #9AC3DE

Tints of Cornflower #9AC3DE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.15%

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

R = 26.97%
G = 34.15%
B = 38.88%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9AC3DE (or 0x9AC3DE) is known color: Cornflower. HEX triplet: 9A, C3 and DE. RGB value is (154,195,222). Sum of RGB (Red+Green+Blue) = 154+195+222=571 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.97% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #9AC3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC3DE is #653C21. Grayscale: #B9B9B9. Windows color (decimal): -6634530 or 14599066. OLE color: 14599066.

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

Color convert

RGB 154 195 222 -
CMYK 0.31 0.12 0 0.13
HSL 203.82º 0.51% 0.74% -
HSV(B) 203.82º 0.31% 0.87% -
XYZ 46.03 51.17 76.56 -
YUV 185.82 148.42 105.3 -
System Red Green Blue C M Y K H S L
Decimal 154 195 222 0.31 0.12 0 0.13 203.82 0.51 0.74
Hex 9A C3 DE 1F C 0 D CC 33 4A
Octal 232 303 336 37 14 0 15 314 63 112
Binary 10011010 11000011 11011110 11111 1100 0 1101 11001100 110011 1001010

Color Harmonies of #9AC3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC3DE

Black with #9AC3DE

Text Example


Text Example

White with #9AC3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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