Html Css Color HEX #00A4CF Pacific Blue

📋 copy color: '#00A4CF'

red 0 ◦ green 164 ◦ blue 207

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

Shades of Pacific Blue #00A4CF

Tints of Pacific Blue #00A4CF

RGB

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

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

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

R = 0%
G = 44.2%
B = 55.8%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00A4CF (or 0x00A4CF) is known color: Pacific Blue. HEX triplet: 00, A4 and CF. RGB value is (0,164,207). Sum of RGB (Red+Green+Blue) = 0+164+207=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #00A4CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A4CF is #FF5B30. Grayscale: #777777. Windows color (decimal): -16735025 or 13607936. OLE color: 13607936.

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

Color convert

RGB 0 164 207 -
CMYK 1 0.21 0 0.19
HSL 192.46º 1% 0.41% -
HSV(B) 192.46º 1% 0.81% -
XYZ 24.54 31.06 63.73 -
YUV 119.87 177.17 42.5 -
System Red Green Blue C M Y K H S L
Decimal 0 164 207 1 0.21 0 0.19 192.46 1 0.41
Hex 0 A4 CF 64 15 0 13 C0 64 29
Octal 0 244 317 144 25 0 23 300 144 51
Binary 0 10100100 11001111 1100100 10101 0 10011 11000000 1100100 101001

Color Harmonies of #00A4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A4CF

Black with #00A4CF

Text Example


Text Example

White with #00A4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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