Html Css Color HEX #00A7CD Pacific Blue

📋 copy color: '#00A7CD'

red 0 ◦ green 167 ◦ blue 205

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

Shades of Pacific Blue #00A7CD

Tints of Pacific Blue #00A7CD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.89%

 BLUE value IS 205 (80.47% from 255) = 55.11%

R = 0%
G = 44.89%
B = 55.11%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#00A7CD (or 0x00A7CD) is known color: Pacific Blue. HEX triplet: 00, A7 and CD. RGB value is (0,167,205). Sum of RGB (Red+Green+Blue) = 0+167+205=372 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #00A7CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A7CD is #FF5832. Grayscale: #797979. Windows color (decimal): -16734259 or 13477632. OLE color: 13477632.

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

Color convert

RGB 0 167 205 -
CMYK 1 0.19 0 0.20
HSL 191.12º 1% 0.4% -
HSV(B) 191.12º 1% 0.8% -
XYZ 24.84 32.05 62.63 -
YUV 121.4 175.17 41.41 -
System Red Green Blue C M Y K H S L
Decimal 0 167 205 1 0.19 0 0.20 191.12 1 0.4
Hex 0 A7 CD 64 13 0 14 BF 64 28
Octal 0 247 315 144 23 0 24 277 144 50
Binary 0 10100111 11001101 1100100 10011 0 10100 10111111 1100100 101000

Color Harmonies of #00A7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A7CD

Black with #00A7CD

Text Example


Text Example

White with #00A7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,167,205); }

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

background-color css

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

 a { background-color: rgb(0,167,205); }

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

border-color css

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

 span { border-color: rgb(0,167,205); }

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