Html Css Color HEX #088CDC Pacific Blue

📋 copy color: '#088CDC'

red 8 ◦ green 140 ◦ blue 220

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

Shades of Pacific Blue #088CDC

Tints of Pacific Blue #088CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.78%

R = 2.17%
G = 38.04%
B = 59.78%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#088CDC (or 0x088CDC) is known color: Pacific Blue. HEX triplet: 08, 8C and DC. RGB value is (8,140,220). Sum of RGB (Red+Green+Blue) = 8+140+220=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #088CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088CDC is #F77323. Grayscale: #6D6D6D. Windows color (decimal): -16216868 or 14453768. OLE color: 14453768.

HSL color Cylindrical-coordinate representation of color #088CDC: hue angle of 202.64º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088CDC is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 140 220 -
CMYK 0.96 0.36 0 0.14
HSL 202.64º 0.93% 0.45% -
HSV(B) 202.64º 0.96% 0.86% -
XYZ 22.4 23.98 71.16 -
YUV 109.65 190.27 55.5 -
System Red Green Blue C M Y K H S L
Decimal 8 140 220 0.96 0.36 0 0.14 202.64 0.93 0.45
Hex 8 8C DC 60 24 0 E CB 5D 2D
Octal 10 214 334 140 44 0 16 313 135 55
Binary 1000 10001100 11011100 1100000 100100 0 1110 11001011 1011101 101101

Color Harmonies of #088CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CDC

Black with #088CDC

Text Example


Text Example

White with #088CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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