Html Css Color HEX #08A1E6 Pacific Blue

📋 copy color: '#08A1E6'

red 8 ◦ green 161 ◦ blue 230

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

Shades of Pacific Blue #08A1E6

Tints of Pacific Blue #08A1E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 57.64%

R = 2.01%
G = 40.35%
B = 57.64%

CMYK

 C value IS 0.97

 M value IS 0.3

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#08A1E6 (or 0x08A1E6) is known color: Pacific Blue. HEX triplet: 08, A1 and E6. RGB value is (8,161,230). Sum of RGB (Red+Green+Blue) = 8+161+230=399 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 230 (90.23% from 255 or 57.64% from 399); Max value from RGB is 230 - color contains mainly: blue. Hex color #08A1E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08A1E6 is #F75E19. Grayscale: #7A7A7A. Windows color (decimal): -16211482 or 15114504. OLE color: 15114504.

HSL color Cylindrical-coordinate representation of color #08A1E6: hue angle of 198.65º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08A1E6 is Cyan = 0.97, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 8 161 230 -
CMYK 0.97 0.3 0 0.10
HSL 198.65º 0.93% 0.47% -
HSV(B) 198.65º 0.97% 0.9% -
XYZ 27.13 31.25 79.47 -
YUV 123.12 188.31 45.89 -
System Red Green Blue C M Y K H S L
Decimal 8 161 230 0.97 0.3 0 0.10 198.65 0.93 0.47
Hex 8 A1 E6 61 1E 0 A C7 5D 2F
Octal 10 241 346 141 36 0 12 307 135 57
Binary 1000 10100001 11100110 1100001 11110 0 1010 11000111 1011101 101111

Color Harmonies of #08A1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A1E6

Black with #08A1E6

Text Example


Text Example

White with #08A1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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