Html Css Color HEX #00A5BD Pacific Blue

📋 copy color: '#00A5BD'

red 0 ◦ green 165 ◦ blue 189

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

Shades of Pacific Blue #00A5BD

Tints of Pacific Blue #00A5BD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.61%

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

R = 0%
G = 46.61%
B = 53.39%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#00A5BD (or 0x00A5BD) is known color: Pacific Blue. HEX triplet: 00, A5 and BD. RGB value is (0,165,189). Sum of RGB (Red+Green+Blue) = 0+165+189=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #00A5BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A5BD is #FF5A42. Grayscale: #767676. Windows color (decimal): -16734787 or 12428544. OLE color: 12428544.

HSL color Cylindrical-coordinate representation of color #00A5BD: hue angle of 187.62º 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 #00A5BD is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 165 189 -
CMYK 1 0.13 0 0.26
HSL 187.62º 1% 0.37% -
HSV(B) 187.62º 1% 0.74% -
XYZ 22.64 30.58 52.85 -
YUV 118.4 167.84 43.55 -
System Red Green Blue C M Y K H S L
Decimal 0 165 189 1 0.13 0 0.26 187.62 1 0.37
Hex 0 A5 BD 64 D 0 1A BC 64 25
Octal 0 245 275 144 15 0 32 274 144 45
Binary 0 10100101 10111101 1100100 1101 0 11010 10111100 1100100 100101

Color Harmonies of #00A5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A5BD

Black with #00A5BD

Text Example


Text Example

White with #00A5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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