Html Css Color HEX #088FDC Pacific Blue

📋 copy color: '#088FDC'

red 8 ◦ green 143 ◦ blue 220

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

Shades of Pacific Blue #088FDC

Tints of Pacific Blue #088FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.54%

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

R = 2.16%
G = 38.54%
B = 59.3%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#088FDC (or 0x088FDC) is known color: Pacific Blue. HEX triplet: 08, 8F and DC. RGB value is (8,143,220). Sum of RGB (Red+Green+Blue) = 8+143+220=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #088FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088FDC is #F77023. Grayscale: #6E6E6E. Windows color (decimal): -16216100 or 14454536. OLE color: 14454536.

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

Color convert

RGB 8 143 220 -
CMYK 0.96 0.35 0 0.14
HSL 201.79º 0.93% 0.45% -
HSV(B) 201.79º 0.96% 0.86% -
XYZ 22.84 24.86 71.31 -
YUV 111.41 189.27 54.24 -
System Red Green Blue C M Y K H S L
Decimal 8 143 220 0.96 0.35 0 0.14 201.79 0.93 0.45
Hex 8 8F DC 60 23 0 E CA 5D 2D
Octal 10 217 334 140 43 0 16 312 135 55
Binary 1000 10001111 11011100 1100000 100011 0 1110 11001010 1011101 101101

Color Harmonies of #088FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088FDC

Black with #088FDC

Text Example


Text Example

White with #088FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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