Html Css Color HEX #00A5CE Pacific Blue

📋 copy color: '#00A5CE'

red 0 ◦ green 165 ◦ blue 206

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

Shades of Pacific Blue #00A5CE

Tints of Pacific Blue #00A5CE

RGB

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

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

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

R = 0%
G = 44.47%
B = 55.53%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00A5CE (or 0x00A5CE) is known color: Pacific Blue. HEX triplet: 00, A5 and CE. RGB value is (0,165,206). Sum of RGB (Red+Green+Blue) = 0+165+206=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #00A5CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A5CE is #FF5A31. Grayscale: #787878. Windows color (decimal): -16734770 or 13542656. OLE color: 13542656.

HSL color Cylindrical-coordinate representation of color #00A5CE: hue angle of 191.94º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A5CE is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 165 206 -
CMYK 1 0.20 0 0.19
HSL 191.94º 1% 0.4% -
HSV(B) 191.94º 1% 0.81% -
XYZ 24.6 31.37 63.15 -
YUV 120.34 176.34 42.17 -
System Red Green Blue C M Y K H S L
Decimal 0 165 206 1 0.20 0 0.19 191.94 1 0.4
Hex 0 A5 CE 64 14 0 13 C0 64 28
Octal 0 245 316 144 24 0 23 300 144 50
Binary 0 10100101 11001110 1100100 10100 0 10011 11000000 1100100 101000

Color Harmonies of #00A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A5CE

Black with #00A5CE

Text Example


Text Example

White with #00A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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