Html Css Color HEX #1099A4 Eastern Blue

📋 copy color: '#1099A4'

red 16 ◦ green 153 ◦ blue 164

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

Shades of Eastern Blue #1099A4

Tints of Eastern Blue #1099A4

RGB

 RED value IS 16 (6.64% from 255) = 4.8%

 GREEN value IS 153 (60.16% from 255) = 45.95%

 BLUE value IS 164 (64.45% from 255) = 49.25%

R = 4.8%
G = 45.95%
B = 49.25%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1099A4 (or 0x1099A4) is known color: Eastern Blue. HEX triplet: 10, 99 and A4. RGB value is (16,153,164). Sum of RGB (Red+Green+Blue) = 16+153+164=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 164 (64.45% from 255 or 49.25% from 333); Max value from RGB is 164 - color contains mainly: blue. Hex color #1099A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1099A4 is #EF665B. Grayscale: #717171. Windows color (decimal): -15689308 or 10787088. OLE color: 10787088.

HSL color Cylindrical-coordinate representation of color #1099A4: hue angle of 184.46º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1099A4 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 153 164 -
CMYK 0.90 0.07 0 0.36
HSL 184.46º 0.82% 0.35% -
HSV(B) 184.46º 0.9% 0.64% -
XYZ 18.31 25.57 39.09 -
YUV 113.29 156.61 58.61 -
System Red Green Blue C M Y K H S L
Decimal 16 153 164 0.90 0.07 0 0.36 184.46 0.82 0.35
Hex 10 99 A4 5A 7 0 24 B8 52 23
Octal 20 231 244 132 7 0 44 270 122 43
Binary 10000 10011001 10100100 1011010 111 0 100100 10111000 1010010 100011

Color Harmonies of #1099A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1099A4

Black with #1099A4

Text Example


Text Example

White with #1099A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1099A4; }

 p { color: rgb(16,153,164); }

 H1.HeaderClassName
 {
   color: #1099A4;
 }
 .AnyTagClassName
 {
   color: #1099A4;
 }
</style>

background-color css

<style>
 a { background-color: #1099A4; }

 a { background-color: rgb(16,153,164); }

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

border-color css

<style>
 span { border-color: #1099A4; }

 span { border-color: rgb(16,153,164); }

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