Html Css Color HEX #0088CC Pacific Blue

📋 copy color: '#0088CC'

red 0 ◦ green 136 ◦ blue 204

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

Shades of Pacific Blue #0088CC

Tints of Pacific Blue #0088CC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 136 (53.52% from 255) = 40%

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

R = 0%
G = 40%
B = 60%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0088CC (or 0x0088CC) is known color: Pacific Blue. HEX triplet: 00, 88 and CC. RGB value is (0,136,204). Sum of RGB (Red+Green+Blue) = 0+136+204=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #0088CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0088CC is #FF7733. Grayscale: #666666. Windows color (decimal): -16742196 or 13404160. OLE color: 13404160.

HSL color Cylindrical-coordinate representation of color #0088CC: hue angle of 200º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0088CC is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 0 136 204 -
CMYK 1 0.33 0 0.2
HSL 200º 1% 0.4% -
HSV(B) 200º 1% 0.8% -
XYZ 19.7 21.97 60.33 -
YUV 103.09 184.94 54.47 -
System Red Green Blue C M Y K H S L
Decimal 0 136 204 1 0.33 0 0.2 200 1 0.4
Hex 0 88 CC 64 21 0 14 C8 64 28
Octal 0 210 314 144 41 0 24 310 144 50
Binary 0 10001000 11001100 1100100 100001 0 10100 11001000 1100100 101000

Color Harmonies of #0088CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0088CC

Black with #0088CC

Text Example


Text Example

White with #0088CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0088CC; }

 p { color: rgb(0,136,204); }

 H1.HeaderClassName
 {
   color: #0088CC;
 }
 .AnyTagClassName
 {
   color: #0088CC;
 }
</style>

background-color css

<style>
 a { background-color: #0088CC; }

 a { background-color: rgb(0,136,204); }

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

border-color css

<style>
 span { border-color: #0088CC; }

 span { border-color: rgb(0,136,204); }

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