Html Css Color HEX #088DDF Pacific Blue

📋 copy color: '#088DDF'

red 8 ◦ green 141 ◦ blue 223

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

Shades of Pacific Blue #088DDF

Tints of Pacific Blue #088DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.95%

R = 2.15%
G = 37.9%
B = 59.95%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#088DDF (or 0x088DDF) is known color: Pacific Blue. HEX triplet: 08, 8D and DF. RGB value is (8,141,223). Sum of RGB (Red+Green+Blue) = 8+141+223=372 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.15% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #088DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088DDF is #F77220. Grayscale: #6E6E6E. Windows color (decimal): -16216609 or 14650632. OLE color: 14650632.

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

Color convert

RGB 8 141 223 -
CMYK 0.96 0.37 0 0.13
HSL 202.88º 0.93% 0.45% -
HSV(B) 202.88º 0.96% 0.87% -
XYZ 22.94 24.43 73.32 -
YUV 110.58 191.44 54.83 -
System Red Green Blue C M Y K H S L
Decimal 8 141 223 0.96 0.37 0 0.13 202.88 0.93 0.45
Hex 8 8D DF 60 25 0 D CB 5D 2D
Octal 10 215 337 140 45 0 15 313 135 55
Binary 1000 10001101 11011111 1100000 100101 0 1101 11001011 1011101 101101

Color Harmonies of #088DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088DDF

Black with #088DDF

Text Example


Text Example

White with #088DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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