Html Css Color HEX #088CCD Pacific Blue

📋 copy color: '#088CCD'

red 8 ◦ green 140 ◦ blue 205

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

Shades of Pacific Blue #088CCD

Tints of Pacific Blue #088CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.07%

R = 2.27%
G = 39.66%
B = 58.07%

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

#088CCD (or 0x088CCD) is known color: Pacific Blue. HEX triplet: 08, 8C and CD. RGB value is (8,140,205). Sum of RGB (Red+Green+Blue) = 8+140+205=353 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #088CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088CCD is #F77332. Grayscale: #6B6B6B. Windows color (decimal): -16216883 or 13470728. OLE color: 13470728.

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

Color convert

RGB 8 140 205 -
CMYK 0.96 0.32 0 0.20
HSL 199.8º 0.92% 0.42% -
HSV(B) 199.8º 0.96% 0.8% -
XYZ 20.5 23.22 61.16 -
YUV 107.94 182.77 56.71 -
System Red Green Blue C M Y K H S L
Decimal 8 140 205 0.96 0.32 0 0.20 199.8 0.92 0.42
Hex 8 8C CD 60 20 0 14 C8 5C 2A
Octal 10 214 315 140 40 0 24 310 134 52
Binary 1000 10001100 11001101 1100000 100000 0 10100 11001000 1011100 101010

Color Harmonies of #088CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CCD

Black with #088CCD

Text Example


Text Example

White with #088CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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