Html Css Color HEX #088CA2 Eastern Blue

📋 copy color: '#088CA2'

red 8 ◦ green 140 ◦ blue 162

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

Shades of Eastern Blue #088CA2

Tints of Eastern Blue #088CA2

RGB

 RED value IS 8 (3.52% from 255) = 2.58%

 GREEN value IS 140 (55.08% from 255) = 45.16%

 BLUE value IS 162 (63.67% from 255) = 52.26%

R = 2.58%
G = 45.16%
B = 52.26%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#088CA2 (or 0x088CA2) is known color: Eastern Blue. HEX triplet: 08, 8C and A2. RGB value is (8,140,162). Sum of RGB (Red+Green+Blue) = 8+140+162=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 162 (63.67% from 255 or 52.26% from 310); Max value from RGB is 162 - color contains mainly: blue. Hex color #088CA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088CA2 is #F7735D. Grayscale: #666666. Windows color (decimal): -16216926 or 10652680. OLE color: 10652680.

HSL color Cylindrical-coordinate representation of color #088CA2: hue angle of 188.57º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088CA2 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 8 140 162 -
CMYK 0.95 0.14 0 0.36
HSL 188.57º 0.91% 0.33% -
HSV(B) 188.57º 0.95% 0.64% -
XYZ 16 21.42 37.47 -
YUV 103.04 161.27 60.21 -
System Red Green Blue C M Y K H S L
Decimal 8 140 162 0.95 0.14 0 0.36 188.57 0.91 0.33
Hex 8 8C A2 5F E 0 24 BD 5B 21
Octal 10 214 242 137 16 0 44 275 133 41
Binary 1000 10001100 10100010 1011111 1110 0 100100 10111101 1011011 100001

Color Harmonies of #088CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CA2

Black with #088CA2

Text Example


Text Example

White with #088CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088CA2; }

 p { color: rgb(8,140,162); }

 H1.HeaderClassName
 {
   color: #088CA2;
 }
 .AnyTagClassName
 {
   color: #088CA2;
 }
</style>

background-color css

<style>
 a { background-color: #088CA2; }

 a { background-color: rgb(8,140,162); }

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

border-color css

<style>
 span { border-color: #088CA2; }

 span { border-color: rgb(8,140,162); }

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