Html Css Color HEX #00A5CF Pacific Blue

📋 copy color: '#00A5CF'

red 0 ◦ green 165 ◦ blue 207

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

Shades of Pacific Blue #00A5CF

Tints of Pacific Blue #00A5CF

RGB

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

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

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

R = 0%
G = 44.35%
B = 55.65%

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

#00A5CF (or 0x00A5CF) is known color: Pacific Blue. HEX triplet: 00, A5 and CF. RGB value is (0,165,207). Sum of RGB (Red+Green+Blue) = 0+165+207=372 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #00A5CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A5CF is #FF5A30. Grayscale: #787878. Windows color (decimal): -16734769 or 13608192. OLE color: 13608192.

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

Color convert

RGB 0 165 207 -
CMYK 1 0.20 0 0.19
HSL 192.17º 1% 0.41% -
HSV(B) 192.17º 1% 0.81% -
XYZ 24.72 31.42 63.79 -
YUV 120.45 176.84 42.08 -
System Red Green Blue C M Y K H S L
Decimal 0 165 207 1 0.20 0 0.19 192.17 1 0.41
Hex 0 A5 CF 64 14 0 13 C0 64 29
Octal 0 245 317 144 24 0 23 300 144 51
Binary 0 10100101 11001111 1100100 10100 0 10011 11000000 1100100 101001

Color Harmonies of #00A5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A5CF

Black with #00A5CF

Text Example


Text Example

White with #00A5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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