Html Css Color HEX #088DCC Pacific Blue

📋 copy color: '#088DCC'

red 8 ◦ green 141 ◦ blue 204

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

Shades of Pacific Blue #088DCC

Tints of Pacific Blue #088DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.79%

R = 2.27%
G = 39.94%
B = 57.79%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#088DCC (or 0x088DCC) is known color: Pacific Blue. HEX triplet: 08, 8D and CC. RGB value is (8,141,204). Sum of RGB (Red+Green+Blue) = 8+141+204=353 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #088DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088DCC is #F77233. Grayscale: #6C6C6C. Windows color (decimal): -16216628 or 13405448. OLE color: 13405448.

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

Color convert

RGB 8 141 204 -
CMYK 0.96 0.31 0 0.2
HSL 199.29º 0.92% 0.42% -
HSV(B) 199.29º 0.96% 0.8% -
XYZ 20.52 23.46 60.57 -
YUV 108.42 181.94 56.38 -
System Red Green Blue C M Y K H S L
Decimal 8 141 204 0.96 0.31 0 0.2 199.29 0.92 0.42
Hex 8 8D CC 60 1F 0 14 C7 5C 2A
Octal 10 215 314 140 37 0 24 307 134 52
Binary 1000 10001101 11001100 1100000 11111 0 10100 11000111 1011100 101010

Color Harmonies of #088DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088DCC

Black with #088DCC

Text Example


Text Example

White with #088DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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