Html Css Color HEX #9AC0DA Cornflower

📋 copy color: '#9AC0DA'

red 154 ◦ green 192 ◦ blue 218

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

Shades of Cornflower #9AC0DA

Tints of Cornflower #9AC0DA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.04%

 BLUE value IS 218 (85.55% from 255) = 38.65%

R = 27.3%
G = 34.04%
B = 38.65%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9AC0DA (or 0x9AC0DA) is known color: Cornflower. HEX triplet: 9A, C0 and DA. RGB value is (154,192,218). Sum of RGB (Red+Green+Blue) = 154+192+218=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #9AC0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC0DA is #653F25. Grayscale: #B7B7B7. Windows color (decimal): -6635302 or 14336154. OLE color: 14336154.

HSL color Cylindrical-coordinate representation of color #9AC0DA: hue angle of 204.38º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AC0DA is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 192 218 -
CMYK 0.29 0.12 0 0.15
HSL 204.38º 0.46% 0.73% -
HSV(B) 204.38º 0.29% 0.85% -
XYZ 44.83 49.63 73.55 -
YUV 183.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 154 192 218 0.29 0.12 0 0.15 204.38 0.46 0.73
Hex 9A C0 DA 1D C 0 F CC 2E 49
Octal 232 300 332 35 14 0 17 314 56 111
Binary 10011010 11000000 11011010 11101 1100 0 1111 11001100 101110 1001001

Color Harmonies of #9AC0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC0DA

Black with #9AC0DA

Text Example


Text Example

White with #9AC0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,192,218); }

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

background-color css

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

 a { background-color: rgb(154,192,218); }

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

border-color css

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

 span { border-color: rgb(154,192,218); }

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