Html Css Color HEX #088ACB Pacific Blue

📋 copy color: '#088ACB'

red 8 ◦ green 138 ◦ blue 203

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

Shades of Pacific Blue #088ACB

Tints of Pacific Blue #088ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.54%

 BLUE value IS 203 (79.69% from 255) = 58.17%

R = 2.29%
G = 39.54%
B = 58.17%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#088ACB (or 0x088ACB) is known color: Pacific Blue. HEX triplet: 08, 8A and CB. RGB value is (8,138,203). Sum of RGB (Red+Green+Blue) = 8+138+203=349 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #088ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088ACB is #F77534. Grayscale: #6A6A6A. Windows color (decimal): -16217397 or 13339144. OLE color: 13339144.

HSL color Cylindrical-coordinate representation of color #088ACB: hue angle of 200º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088ACB is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 138 203 -
CMYK 0.96 0.32 0 0.20
HSL 200º 0.92% 0.41% -
HSV(B) 200º 0.96% 0.8% -
XYZ 19.97 22.54 59.8 -
YUV 106.54 182.43 57.71 -
System Red Green Blue C M Y K H S L
Decimal 8 138 203 0.96 0.32 0 0.20 200 0.92 0.41
Hex 8 8A CB 60 20 0 14 C8 5C 29
Octal 10 212 313 140 40 0 24 310 134 51
Binary 1000 10001010 11001011 1100000 100000 0 10100 11001000 1011100 101001

Color Harmonies of #088ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088ACB

Black with #088ACB

Text Example


Text Example

White with #088ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,138,203); }

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

background-color css

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

 a { background-color: rgb(8,138,203); }

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

border-color css

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

 span { border-color: rgb(8,138,203); }

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