Html Css Color HEX #00A8CD Pacific Blue

📋 copy color: '#00A8CD'

red 0 ◦ green 168 ◦ blue 205

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

Shades of Pacific Blue #00A8CD

Tints of Pacific Blue #00A8CD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.04%

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

R = 0%
G = 45.04%
B = 54.96%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#00A8CD (or 0x00A8CD) is known color: Pacific Blue. HEX triplet: 00, A8 and CD. RGB value is (0,168,205). Sum of RGB (Red+Green+Blue) = 0+168+205=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #00A8CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A8CD is #FF5732. Grayscale: #797979. Windows color (decimal): -16734003 or 13477888. OLE color: 13477888.

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

Color convert

RGB 0 168 205 -
CMYK 1 0.18 0 0.20
HSL 190.83º 1% 0.4% -
HSV(B) 190.83º 1% 0.8% -
XYZ 25.02 32.41 62.7 -
YUV 121.99 174.84 40.99 -
System Red Green Blue C M Y K H S L
Decimal 0 168 205 1 0.18 0 0.20 190.83 1 0.4
Hex 0 A8 CD 64 12 0 14 BF 64 28
Octal 0 250 315 144 22 0 24 277 144 50
Binary 0 10101000 11001101 1100100 10010 0 10100 10111111 1100100 101000

Color Harmonies of #00A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A8CD

Black with #00A8CD

Text Example


Text Example

White with #00A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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