Html Css Color HEX #01A3CE Pacific Blue

📋 copy color: '#01A3CE'

red 1 ◦ green 163 ◦ blue 206

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

Shades of Pacific Blue #01A3CE

Tints of Pacific Blue #01A3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.05%

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

R = 0.27%
G = 44.05%
B = 55.68%

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

#01A3CE (or 0x01A3CE) is known color: Pacific Blue. HEX triplet: 01, A3 and CE. RGB value is (1,163,206). Sum of RGB (Red+Green+Blue) = 1+163+206=370 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #01A3CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A3CE is #FE5C31. Grayscale: #777777. Windows color (decimal): -16669746 or 13542145. OLE color: 13542145.

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

Color convert

RGB 1 163 206 -
CMYK 1.00 0.21 0 0.19
HSL 192.59º 0.99% 0.41% -
HSV(B) 192.59º 1% 0.81% -
XYZ 24.25 30.66 63.03 -
YUV 119.46 176.83 43.5 -
System Red Green Blue C M Y K H S L
Decimal 1 163 206 1.00 0.21 0 0.19 192.59 0.99 0.41
Hex 1 A3 CE 64 15 0 13 C1 63 29
Octal 1 243 316 144 25 0 23 301 143 51
Binary 1 10100011 11001110 1100100 10101 0 10011 11000001 1100011 101001

Color Harmonies of #01A3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A3CE

Black with #01A3CE

Text Example


Text Example

White with #01A3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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