Html Css Color HEX #00A8BC Pacific Blue

📋 copy color: '#00A8BC'

red 0 ◦ green 168 ◦ blue 188

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

Shades of Pacific Blue #00A8BC

Tints of Pacific Blue #00A8BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 0%
G = 47.19%
B = 52.81%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#00A8BC (or 0x00A8BC) is known color: Pacific Blue. HEX triplet: 00, A8 and BC. RGB value is (0,168,188). Sum of RGB (Red+Green+Blue) = 0+168+188=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #00A8BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A8BC is #FF5743. Grayscale: #777777. Windows color (decimal): -16734020 or 12363776. OLE color: 12363776.

HSL color Cylindrical-coordinate representation of color #00A8BC: hue angle of 186.38º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A8BC is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 168 188 -
CMYK 1 0.11 0 0.26
HSL 186.38º 1% 0.37% -
HSV(B) 186.38º 1% 0.74% -
XYZ 23.08 31.64 52.47 -
YUV 120.05 166.34 42.37 -
System Red Green Blue C M Y K H S L
Decimal 0 168 188 1 0.11 0 0.26 186.38 1 0.37
Hex 0 A8 BC 64 B 0 1A BA 64 25
Octal 0 250 274 144 13 0 32 272 144 45
Binary 0 10101000 10111100 1100100 1011 0 11010 10111010 1100100 100101

Color Harmonies of #00A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A8BC

Black with #00A8BC

Text Example


Text Example

White with #00A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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