Html Css Color HEX #088DCF Pacific Blue

📋 copy color: '#088DCF'

red 8 ◦ green 141 ◦ blue 207

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

Shades of Pacific Blue #088DCF

Tints of Pacific Blue #088DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.61%

 BLUE value IS 207 (81.25% from 255) = 58.15%

R = 2.25%
G = 39.61%
B = 58.15%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#088DCF (or 0x088DCF) is known color: Pacific Blue. HEX triplet: 08, 8D and CF. RGB value is (8,141,207). Sum of RGB (Red+Green+Blue) = 8+141+207=356 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #088DCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088DCF is #F77230. Grayscale: #6C6C6C. Windows color (decimal): -16216625 or 13602056. OLE color: 13602056.

HSL color Cylindrical-coordinate representation of color #088DCF: hue angle of 199.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088DCF is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 141 207 -
CMYK 0.96 0.32 0 0.19
HSL 199.9º 0.93% 0.42% -
HSV(B) 199.9º 0.96% 0.81% -
XYZ 20.89 23.61 62.49 -
YUV 108.76 183.44 56.13 -
System Red Green Blue C M Y K H S L
Decimal 8 141 207 0.96 0.32 0 0.19 199.9 0.93 0.42
Hex 8 8D CF 60 20 0 13 C8 5D 2A
Octal 10 215 317 140 40 0 23 310 135 52
Binary 1000 10001101 11001111 1100000 100000 0 10011 11001000 1011101 101010

Color Harmonies of #088DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088DCF

Black with #088DCF

Text Example


Text Example

White with #088DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,141,207); }

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

background-color css

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

 a { background-color: rgb(8,141,207); }

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

border-color css

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

 span { border-color: rgb(8,141,207); }

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