Html Css Color HEX #088FA3 Eastern Blue

📋 copy color: '#088FA3'

red 8 ◦ green 143 ◦ blue 163

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

Shades of Eastern Blue #088FA3

Tints of Eastern Blue #088FA3

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.54%

 BLUE value IS 163 (64.06% from 255) = 51.91%

R = 2.55%
G = 45.54%
B = 51.91%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#088FA3 (or 0x088FA3) is known color: Eastern Blue. HEX triplet: 08, 8F and A3. RGB value is (8,143,163). Sum of RGB (Red+Green+Blue) = 8+143+163=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 163 (64.06% from 255 or 51.91% from 314); Max value from RGB is 163 - color contains mainly: blue. Hex color #088FA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088FA3 is #F7705C. Grayscale: #686868. Windows color (decimal): -16216157 or 10718984. OLE color: 10718984.

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

Color convert

RGB 8 143 163 -
CMYK 0.95 0.12 0 0.36
HSL 187.74º 0.91% 0.34% -
HSV(B) 187.74º 0.95% 0.64% -
XYZ 16.53 22.34 38.09 -
YUV 104.92 160.77 58.87 -
System Red Green Blue C M Y K H S L
Decimal 8 143 163 0.95 0.12 0 0.36 187.74 0.91 0.34
Hex 8 8F A3 5F C 0 24 BC 5B 22
Octal 10 217 243 137 14 0 44 274 133 42
Binary 1000 10001111 10100011 1011111 1100 0 100100 10111100 1011011 100010

Color Harmonies of #088FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088FA3

Black with #088FA3

Text Example


Text Example

White with #088FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,143,163); }

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

background-color css

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

 a { background-color: rgb(8,143,163); }

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

border-color css

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

 span { border-color: rgb(8,143,163); }

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