Html Css Color HEX #088ADA Pacific Blue

📋 copy color: '#088ADA'

red 8 ◦ green 138 ◦ blue 218

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

Shades of Pacific Blue #088ADA

Tints of Pacific Blue #088ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.91%

 BLUE value IS 218 (85.55% from 255) = 59.89%

R = 2.2%
G = 37.91%
B = 59.89%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#088ADA (or 0x088ADA) is known color: Pacific Blue. HEX triplet: 08, 8A and DA. RGB value is (8,138,218). Sum of RGB (Red+Green+Blue) = 8+138+218=364 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #088ADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088ADA is #F77525. Grayscale: #6B6B6B. Windows color (decimal): -16217382 or 14322184. OLE color: 14322184.

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

Color convert

RGB 8 138 218 -
CMYK 0.96 0.37 0 0.15
HSL 202.86º 0.93% 0.44% -
HSV(B) 202.86º 0.96% 0.85% -
XYZ 21.84 23.29 69.67 -
YUV 108.25 189.93 56.5 -
System Red Green Blue C M Y K H S L
Decimal 8 138 218 0.96 0.37 0 0.15 202.86 0.93 0.44
Hex 8 8A DA 60 25 0 F CB 5D 2C
Octal 10 212 332 140 45 0 17 313 135 54
Binary 1000 10001010 11011010 1100000 100101 0 1111 11001011 1011101 101100

Color Harmonies of #088ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088ADA

Black with #088ADA

Text Example


Text Example

White with #088ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,138,218); }

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

background-color css

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

 a { background-color: rgb(8,138,218); }

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

border-color css

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

 span { border-color: rgb(8,138,218); }

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