Html Css Color HEX #08A8BB Pacific Blue

📋 copy color: '#08A8BB'

red 8 ◦ green 168 ◦ blue 187

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

Shades of Pacific Blue #08A8BB

Tints of Pacific Blue #08A8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.28%

 BLUE value IS 187 (73.44% from 255) = 51.52%

R = 2.2%
G = 46.28%
B = 51.52%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#08A8BB (or 0x08A8BB) is known color: Pacific Blue. HEX triplet: 08, A8 and BB. RGB value is (8,168,187). Sum of RGB (Red+Green+Blue) = 8+168+187=363 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #08A8BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08A8BB is #F75744. Grayscale: #7A7A7A. Windows color (decimal): -16209733 or 12298248. OLE color: 12298248.

HSL color Cylindrical-coordinate representation of color #08A8BB: hue angle of 186.37º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08A8BB is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 168 187 -
CMYK 0.96 0.10 0 0.27
HSL 186.37º 0.92% 0.38% -
HSV(B) 186.37º 0.96% 0.73% -
XYZ 23.07 31.64 51.91 -
YUV 122.33 164.49 46.46 -
System Red Green Blue C M Y K H S L
Decimal 8 168 187 0.96 0.10 0 0.27 186.37 0.92 0.38
Hex 8 A8 BB 60 A 0 1B BA 5C 26
Octal 10 250 273 140 12 0 33 272 134 46
Binary 1000 10101000 10111011 1100000 1010 0 11011 10111010 1011100 100110

Color Harmonies of #08A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A8BB

Black with #08A8BB

Text Example


Text Example

White with #08A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08A8BB; }

 p { color: rgb(8,168,187); }

 H1.HeaderClassName
 {
   color: #08A8BB;
 }
 .AnyTagClassName
 {
   color: #08A8BB;
 }
</style>

background-color css

<style>
 a { background-color: #08A8BB; }

 a { background-color: rgb(8,168,187); }

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

border-color css

<style>
 span { border-color: #08A8BB; }

 span { border-color: rgb(8,168,187); }

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