Html Css Color HEX #01A8C4 Pacific Blue

📋 copy color: '#01A8C4'

red 1 ◦ green 168 ◦ blue 196

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

Shades of Pacific Blue #01A8C4

Tints of Pacific Blue #01A8C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 53.7%

R = 0.27%
G = 46.03%
B = 53.7%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#01A8C4 (or 0x01A8C4) is known color: Pacific Blue. HEX triplet: 01, A8 and C4. RGB value is (1,168,196). Sum of RGB (Red+Green+Blue) = 1+168+196=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 196 (76.95% from 255 or 53.70% from 365); Max value from RGB is 196 - color contains mainly: blue. Hex color #01A8C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A8C4 is #FE573B. Grayscale: #787878. Windows color (decimal): -16668476 or 12888065. OLE color: 12888065.

HSL color Cylindrical-coordinate representation of color #01A8C4: hue angle of 188.62º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A8C4 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 1 168 196 -
CMYK 0.99 0.14 0 0.23
HSL 188.62º 0.99% 0.39% -
HSV(B) 188.62º 0.99% 0.77% -
XYZ 23.98 32 57.14 -
YUV 121.26 170.17 42.22 -
System Red Green Blue C M Y K H S L
Decimal 1 168 196 0.99 0.14 0 0.23 188.62 0.99 0.39
Hex 1 A8 C4 63 E 0 17 BD 63 27
Octal 1 250 304 143 16 0 27 275 143 47
Binary 1 10101000 11000100 1100011 1110 0 10111 10111101 1100011 100111

Color Harmonies of #01A8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A8C4

Black with #01A8C4

Text Example


Text Example

White with #01A8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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