Html Css Color HEX #088DDE Pacific Blue

📋 copy color: '#088DDE'

red 8 ◦ green 141 ◦ blue 222

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

Shades of Pacific Blue #088DDE

Tints of Pacific Blue #088DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.84%

R = 2.16%
G = 38.01%
B = 59.84%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#088DDE (or 0x088DDE) is known color: Pacific Blue. HEX triplet: 08, 8D and DE. RGB value is (8,141,222). Sum of RGB (Red+Green+Blue) = 8+141+222=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #088DDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088DDE is #F77221. Grayscale: #6E6E6E. Windows color (decimal): -16216610 or 14585096. OLE color: 14585096.

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

Color convert

RGB 8 141 222 -
CMYK 0.96 0.36 0 0.13
HSL 202.71º 0.93% 0.45% -
HSV(B) 202.71º 0.96% 0.87% -
XYZ 22.81 24.38 72.61 -
YUV 110.47 190.94 54.91 -
System Red Green Blue C M Y K H S L
Decimal 8 141 222 0.96 0.36 0 0.13 202.71 0.93 0.45
Hex 8 8D DE 60 24 0 D CB 5D 2D
Octal 10 215 336 140 44 0 15 313 135 55
Binary 1000 10001101 11011110 1100000 100100 0 1101 11001011 1011101 101101

Color Harmonies of #088DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088DDE

Black with #088DDE

Text Example


Text Example

White with #088DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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