Html Css Color HEX #088DCD Pacific Blue

📋 copy color: '#088DCD'

red 8 ◦ green 141 ◦ blue 205

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

Shades of Pacific Blue #088DCD

Tints of Pacific Blue #088DCD

RGB

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

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

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

R = 2.26%
G = 39.83%
B = 57.91%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#088DCD (or 0x088DCD) is known color: Pacific Blue. HEX triplet: 08, 8D and CD. RGB value is (8,141,205). Sum of RGB (Red+Green+Blue) = 8+141+205=354 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.26% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #088DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088DCD is #F77232. Grayscale: #6C6C6C. Windows color (decimal): -16216627 or 13470984. OLE color: 13470984.

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

Color convert

RGB 8 141 205 -
CMYK 0.96 0.31 0 0.20
HSL 199.49º 0.92% 0.42% -
HSV(B) 199.49º 0.96% 0.8% -
XYZ 20.64 23.51 61.21 -
YUV 108.53 182.44 56.3 -
System Red Green Blue C M Y K H S L
Decimal 8 141 205 0.96 0.31 0 0.20 199.49 0.92 0.42
Hex 8 8D CD 60 1F 0 14 C7 5C 2A
Octal 10 215 315 140 37 0 24 307 134 52
Binary 1000 10001101 11001101 1100000 11111 0 10100 11000111 1011100 101010

Color Harmonies of #088DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088DCD

Black with #088DCD

Text Example


Text Example

White with #088DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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