Html Css Color HEX #00A4BE Pacific Blue

📋 copy color: '#00A4BE'

red 0 ◦ green 164 ◦ blue 190

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

Shades of Pacific Blue #00A4BE

Tints of Pacific Blue #00A4BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.67%

R = 0%
G = 46.33%
B = 53.67%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#00A4BE (or 0x00A4BE) is known color: Pacific Blue. HEX triplet: 00, A4 and BE. RGB value is (0,164,190). Sum of RGB (Red+Green+Blue) = 0+164+190=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 164 (64.45% from 255 or 46.33% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #00A4BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A4BE is #FF5B41. Grayscale: #757575. Windows color (decimal): -16735042 or 12493824. OLE color: 12493824.

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

Color convert

RGB 0 164 190 -
CMYK 1 0.14 0 0.25
HSL 188.21º 1% 0.37% -
HSV(B) 188.21º 1% 0.75% -
XYZ 22.57 30.27 53.37 -
YUV 117.93 168.67 43.89 -
System Red Green Blue C M Y K H S L
Decimal 0 164 190 1 0.14 0 0.25 188.21 1 0.37
Hex 0 A4 BE 64 E 0 19 BC 64 25
Octal 0 244 276 144 16 0 31 274 144 45
Binary 0 10100100 10111110 1100100 1110 0 11001 10111100 1100100 100101

Color Harmonies of #00A4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A4BE

Black with #00A4BE

Text Example


Text Example

White with #00A4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,164,190); }

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

background-color css

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

 a { background-color: rgb(0,164,190); }

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

border-color css

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

 span { border-color: rgb(0,164,190); }

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