Html Css Color HEX #00A3CF Pacific Blue

📋 copy color: '#00A3CF'

red 0 ◦ green 163 ◦ blue 207

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

Shades of Pacific Blue #00A3CF

Tints of Pacific Blue #00A3CF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.05%

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

R = 0%
G = 44.05%
B = 55.95%

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

#00A3CF (or 0x00A3CF) is known color: Pacific Blue. HEX triplet: 00, A3 and CF. RGB value is (0,163,207). Sum of RGB (Red+Green+Blue) = 0+163+207=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #00A3CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A3CF is #FF5C30. Grayscale: #767676. Windows color (decimal): -16735281 or 13607680. OLE color: 13607680.

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

Color convert

RGB 0 163 207 -
CMYK 1 0.21 0 0.19
HSL 192.75º 1% 0.41% -
HSV(B) 192.75º 1% 0.81% -
XYZ 24.36 30.7 63.67 -
YUV 119.28 177.5 42.92 -
System Red Green Blue C M Y K H S L
Decimal 0 163 207 1 0.21 0 0.19 192.75 1 0.41
Hex 0 A3 CF 64 15 0 13 C1 64 29
Octal 0 243 317 144 25 0 23 301 144 51
Binary 0 10100011 11001111 1100100 10101 0 10011 11000001 1100100 101001

Color Harmonies of #00A3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A3CF

Black with #00A3CF

Text Example


Text Example

White with #00A3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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