Html Css Color HEX #00A7CF Pacific Blue

📋 copy color: '#00A7CF'

red 0 ◦ green 167 ◦ blue 207

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

Shades of Pacific Blue #00A7CF

Tints of Pacific Blue #00A7CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.35%

R = 0%
G = 44.65%
B = 55.35%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00A7CF (or 0x00A7CF) is known color: Pacific Blue. HEX triplet: 00, A7 and CF. RGB value is (0,167,207). Sum of RGB (Red+Green+Blue) = 0+167+207=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #00A7CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A7CF is #FF5830. Grayscale: #797979. Windows color (decimal): -16734257 or 13608704. OLE color: 13608704.

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

Color convert

RGB 0 167 207 -
CMYK 1 0.19 0 0.19
HSL 191.59º 1% 0.41% -
HSV(B) 191.59º 1% 0.81% -
XYZ 25.08 32.14 63.91 -
YUV 121.63 176.17 41.25 -
System Red Green Blue C M Y K H S L
Decimal 0 167 207 1 0.19 0 0.19 191.59 1 0.41
Hex 0 A7 CF 64 13 0 13 C0 64 29
Octal 0 247 317 144 23 0 23 300 144 51
Binary 0 10100111 11001111 1100100 10011 0 10011 11000000 1100100 101001

Color Harmonies of #00A7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A7CF

Black with #00A7CF

Text Example


Text Example

White with #00A7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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