Html Css Color HEX #08A1BE Pacific Blue

📋 copy color: '#08A1BE'

red 8 ◦ green 161 ◦ blue 190

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

Shades of Pacific Blue #08A1BE

Tints of Pacific Blue #08A1BE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.85%

 BLUE value IS 190 (74.61% from 255) = 52.92%

R = 2.23%
G = 44.85%
B = 52.92%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#08A1BE (or 0x08A1BE) is known color: Pacific Blue. HEX triplet: 08, A1 and BE. RGB value is (8,161,190). Sum of RGB (Red+Green+Blue) = 8+161+190=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #08A1BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08A1BE is #F75E41. Grayscale: #767676. Windows color (decimal): -16211522 or 12493064. OLE color: 12493064.

HSL color Cylindrical-coordinate representation of color #08A1BE: hue angle of 189.56º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08A1BE is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 161 190 -
CMYK 0.96 0.15 0 0.25
HSL 189.56º 0.92% 0.39% -
HSV(B) 189.56º 0.96% 0.75% -
XYZ 22.14 29.26 53.2 -
YUV 118.56 168.31 49.14 -
System Red Green Blue C M Y K H S L
Decimal 8 161 190 0.96 0.15 0 0.25 189.56 0.92 0.39
Hex 8 A1 BE 60 F 0 19 BE 5C 27
Octal 10 241 276 140 17 0 31 276 134 47
Binary 1000 10100001 10111110 1100000 1111 0 11001 10111110 1011100 100111

Color Harmonies of #08A1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A1BE

Black with #08A1BE

Text Example


Text Example

White with #08A1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,161,190); }

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

background-color css

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

 a { background-color: rgb(8,161,190); }

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

border-color css

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

 span { border-color: rgb(8,161,190); }

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