Html Css Color HEX #088CCC Pacific Blue

📋 copy color: '#088CCC'

red 8 ◦ green 140 ◦ blue 204

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

Shades of Pacific Blue #088CCC

Tints of Pacific Blue #088CCC

RGB

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

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

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

R = 2.27%
G = 39.77%
B = 57.95%

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

#088CCC (or 0x088CCC) is known color: Pacific Blue. HEX triplet: 08, 8C and CC. RGB value is (8,140,204). Sum of RGB (Red+Green+Blue) = 8+140+204=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #088CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088CCC is #F77333. Grayscale: #6B6B6B. Windows color (decimal): -16216884 or 13405192. OLE color: 13405192.

HSL color Cylindrical-coordinate representation of color #088CCC: hue angle of 199.59º 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 #088CCC is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 8 140 204 -
CMYK 0.96 0.31 0 0.2
HSL 199.59º 0.92% 0.42% -
HSV(B) 199.59º 0.96% 0.8% -
XYZ 20.38 23.17 60.52 -
YUV 107.83 182.27 56.8 -
System Red Green Blue C M Y K H S L
Decimal 8 140 204 0.96 0.31 0 0.2 199.59 0.92 0.42
Hex 8 8C CC 60 1F 0 14 C8 5C 2A
Octal 10 214 314 140 37 0 24 310 134 52
Binary 1000 10001100 11001100 1100000 11111 0 10100 11001000 1011100 101010

Color Harmonies of #088CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CCC

Black with #088CCC

Text Example


Text Example

White with #088CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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