Html Css Color HEX #01A8CE Pacific Blue

📋 copy color: '#01A8CE'

red 1 ◦ green 168 ◦ blue 206

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

Shades of Pacific Blue #01A8CE

Tints of Pacific Blue #01A8CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 0.27%
G = 44.8%
B = 54.93%

CMYK

 C value IS 1.00

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#01A8CE (or 0x01A8CE) is known color: Pacific Blue. HEX triplet: 01, A8 and CE. RGB value is (1,168,206). Sum of RGB (Red+Green+Blue) = 1+168+206=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #01A8CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A8CE is #FE5731. Grayscale: #7A7A7A. Windows color (decimal): -16668466 or 13543425. OLE color: 13543425.

HSL color Cylindrical-coordinate representation of color #01A8CE: hue angle of 191.12º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A8CE is Cyan = 1.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 168 206 -
CMYK 1.00 0.18 0 0.19
HSL 191.12º 0.99% 0.41% -
HSV(B) 191.12º 1% 0.81% -
XYZ 25.16 32.47 63.33 -
YUV 122.4 175.17 41.41 -
System Red Green Blue C M Y K H S L
Decimal 1 168 206 1.00 0.18 0 0.19 191.12 0.99 0.41
Hex 1 A8 CE 64 12 0 13 BF 63 29
Octal 1 250 316 144 22 0 23 277 143 51
Binary 1 10101000 11001110 1100100 10010 0 10011 10111111 1100011 101001

Color Harmonies of #01A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A8CE

Black with #01A8CE

Text Example


Text Example

White with #01A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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