Html Css Color HEX #01A4CF Pacific Blue

📋 copy color: '#01A4CF'

red 1 ◦ green 164 ◦ blue 207

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

Shades of Pacific Blue #01A4CF

Tints of Pacific Blue #01A4CF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.09%

 BLUE value IS 207 (81.25% from 255) = 55.65%

R = 0.27%
G = 44.09%
B = 55.65%

CMYK

 C value IS 1.00

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#01A4CF (or 0x01A4CF) is known color: Pacific Blue. HEX triplet: 01, A4 and CF. RGB value is (1,164,207). Sum of RGB (Red+Green+Blue) = 1+164+207=372 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #01A4CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A4CF is #FE5B30. Grayscale: #777777. Windows color (decimal): -16669489 or 13607937. OLE color: 13607937.

HSL color Cylindrical-coordinate representation of color #01A4CF: hue angle of 192.52º 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 #01A4CF is Cyan = 1.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 164 207 -
CMYK 1.00 0.21 0 0.19
HSL 192.52º 0.99% 0.41% -
HSV(B) 192.52º 1% 0.81% -
XYZ 24.55 31.06 63.73 -
YUV 120.17 177 43 -
System Red Green Blue C M Y K H S L
Decimal 1 164 207 1.00 0.21 0 0.19 192.52 0.99 0.41
Hex 1 A4 CF 64 15 0 13 C1 63 29
Octal 1 244 317 144 25 0 23 301 143 51
Binary 1 10100100 11001111 1100100 10101 0 10011 11000001 1100011 101001

Color Harmonies of #01A4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A4CF

Black with #01A4CF

Text Example


Text Example

White with #01A4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,164,207); }

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

background-color css

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

 a { background-color: rgb(1,164,207); }

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

border-color css

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

 span { border-color: rgb(1,164,207); }

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