Html Css Color HEX #088ADB Pacific Blue

📋 copy color: '#088ADB'

red 8 ◦ green 138 ◦ blue 219

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

Shades of Pacific Blue #088ADB

Tints of Pacific Blue #088ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60%

R = 2.19%
G = 37.81%
B = 60%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#088ADB (or 0x088ADB) is known color: Pacific Blue. HEX triplet: 08, 8A and DB. RGB value is (8,138,219). Sum of RGB (Red+Green+Blue) = 8+138+219=365 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #088ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088ADB is #F77524. Grayscale: #6B6B6B. Windows color (decimal): -16217381 or 14387720. OLE color: 14387720.

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

Color convert

RGB 8 138 219 -
CMYK 0.96 0.37 0 0.14
HSL 203.03º 0.93% 0.45% -
HSV(B) 203.03º 0.96% 0.86% -
XYZ 21.97 23.34 70.37 -
YUV 108.36 190.43 56.41 -
System Red Green Blue C M Y K H S L
Decimal 8 138 219 0.96 0.37 0 0.14 203.03 0.93 0.45
Hex 8 8A DB 60 25 0 E CB 5D 2D
Octal 10 212 333 140 45 0 16 313 135 55
Binary 1000 10001010 11011011 1100000 100101 0 1110 11001011 1011101 101101

Color Harmonies of #088ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088ADB

Black with #088ADB

Text Example


Text Example

White with #088ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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