Html Css Color HEX #01A8BE Pacific Blue

📋 copy color: '#01A8BE'

red 1 ◦ green 168 ◦ blue 190

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

Shades of Pacific Blue #01A8BE

Tints of Pacific Blue #01A8BE

RGB

 RED value IS 1 (0.78% from 255) = 0.28%

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

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

R = 0.28%
G = 46.8%
B = 52.92%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#01A8BE (or 0x01A8BE) is known color: Pacific Blue. HEX triplet: 01, A8 and BE. RGB value is (1,168,190). Sum of RGB (Red+Green+Blue) = 1+168+190=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 168 (66.02% from 255 or 46.80% 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 #01A8BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A8BE is #FE5741. Grayscale: #787878. Windows color (decimal): -16668482 or 12494849. OLE color: 12494849.

HSL color Cylindrical-coordinate representation of color #01A8BE: hue angle of 186.98º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A8BE is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 168 190 -
CMYK 0.99 0.12 0 0.25
HSL 186.98º 0.99% 0.37% -
HSV(B) 186.98º 0.99% 0.75% -
XYZ 23.31 31.73 53.61 -
YUV 120.58 167.17 42.71 -
System Red Green Blue C M Y K H S L
Decimal 1 168 190 0.99 0.12 0 0.25 186.98 0.99 0.37
Hex 1 A8 BE 63 C 0 19 BB 63 25
Octal 1 250 276 143 14 0 31 273 143 45
Binary 1 10101000 10111110 1100011 1100 0 11001 10111011 1100011 100101

Color Harmonies of #01A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A8BE

Black with #01A8BE

Text Example


Text Example

White with #01A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01A8BE; }

 p { color: rgb(1,168,190); }

 H1.HeaderClassName
 {
   color: #01A8BE;
 }
 .AnyTagClassName
 {
   color: #01A8BE;
 }
</style>

background-color css

<style>
 a { background-color: #01A8BE; }

 a { background-color: rgb(1,168,190); }

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

border-color css

<style>
 span { border-color: #01A8BE; }

 span { border-color: rgb(1,168,190); }

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