Html Css Color HEX #00A1BD Pacific Blue

📋 copy color: '#00A1BD'

red 0 ◦ green 161 ◦ blue 189

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

Shades of Pacific Blue #00A1BD

Tints of Pacific Blue #00A1BD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 161 (63.28% from 255) = 46%

 BLUE value IS 189 (74.22% from 255) = 54%

R = 0%
G = 46%
B = 54%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#00A1BD (or 0x00A1BD) is known color: Pacific Blue. HEX triplet: 00, A1 and BD. RGB value is (0,161,189). Sum of RGB (Red+Green+Blue) = 0+161+189=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #00A1BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A1BD is #FF5E42. Grayscale: #737373. Windows color (decimal): -16735811 or 12427520. OLE color: 12427520.

HSL color Cylindrical-coordinate representation of color #00A1BD: hue angle of 188.89º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A1BD is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 161 189 -
CMYK 1 0.15 0 0.26
HSL 188.89º 1% 0.37% -
HSV(B) 188.89º 1% 0.74% -
XYZ 21.93 29.16 52.62 -
YUV 116.05 169.16 45.22 -
System Red Green Blue C M Y K H S L
Decimal 0 161 189 1 0.15 0 0.26 188.89 1 0.37
Hex 0 A1 BD 64 F 0 1A BD 64 25
Octal 0 241 275 144 17 0 32 275 144 45
Binary 0 10100001 10111101 1100100 1111 0 11010 10111101 1100100 100101

Color Harmonies of #00A1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A1BD

Black with #00A1BD

Text Example


Text Example

White with #00A1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00A1BD; }

 p { color: rgb(0,161,189); }

 H1.HeaderClassName
 {
   color: #00A1BD;
 }
 .AnyTagClassName
 {
   color: #00A1BD;
 }
</style>

background-color css

<style>
 a { background-color: #00A1BD; }

 a { background-color: rgb(0,161,189); }

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

border-color css

<style>
 span { border-color: #00A1BD; }

 span { border-color: rgb(0,161,189); }

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