Html Css Color HEX #088DC6 Pacific Blue

📋 copy color: '#088DC6'

red 8 ◦ green 141 ◦ blue 198

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

Shades of Pacific Blue #088DC6

Tints of Pacific Blue #088DC6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.63%

 BLUE value IS 198 (77.73% from 255) = 57.06%

R = 2.31%
G = 40.63%
B = 57.06%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#088DC6 (or 0x088DC6) is known color: Pacific Blue. HEX triplet: 08, 8D and C6. RGB value is (8,141,198). Sum of RGB (Red+Green+Blue) = 8+141+198=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 198 (77.73% from 255 or 57.06% from 347); Max value from RGB is 198 - color contains mainly: blue. Hex color #088DC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088DC6 is #F77239. Grayscale: #6B6B6B. Windows color (decimal): -16216634 or 13012232. OLE color: 13012232.

HSL color Cylindrical-coordinate representation of color #088DC6: hue angle of 198º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088DC6 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 8 141 198 -
CMYK 0.96 0.29 0 0.22
HSL 198º 0.92% 0.4% -
HSV(B) 198º 0.96% 0.78% -
XYZ 19.82 23.18 56.86 -
YUV 107.73 178.94 56.87 -
System Red Green Blue C M Y K H S L
Decimal 8 141 198 0.96 0.29 0 0.22 198 0.92 0.4
Hex 8 8D C6 60 1D 0 16 C6 5C 28
Octal 10 215 306 140 35 0 26 306 134 50
Binary 1000 10001101 11000110 1100000 11101 0 10110 11000110 1011100 101000

Color Harmonies of #088DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088DC6

Black with #088DC6

Text Example


Text Example

White with #088DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,141,198); }

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

background-color css

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

 a { background-color: rgb(8,141,198); }

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

border-color css

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

 span { border-color: rgb(8,141,198); }

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