Html Css Color HEX #10A3BC Pacific Blue

📋 copy color: '#10A3BC'

red 16 ◦ green 163 ◦ blue 188

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

Shades of Pacific Blue #10A3BC

Tints of Pacific Blue #10A3BC

RGB

 RED value IS 16 (6.64% from 255) = 4.36%

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

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

R = 4.36%
G = 44.41%
B = 51.23%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#10A3BC (or 0x10A3BC) is known color: Pacific Blue. HEX triplet: 10, A3 and BC. RGB value is (16,163,188). Sum of RGB (Red+Green+Blue) = 16+163+188=367 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.36% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #10A3BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A3BC is #EF5C43. Grayscale: #797979. Windows color (decimal): -15686724 or 12362512. OLE color: 12362512.

HSL color Cylindrical-coordinate representation of color #10A3BC: hue angle of 188.72º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A3BC is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 163 188 -
CMYK 0.91 0.13 0 0.26
HSL 188.72º 0.84% 0.4% -
HSV(B) 188.72º 0.91% 0.74% -
XYZ 22.39 29.94 52.18 -
YUV 121.9 165.3 52.47 -
System Red Green Blue C M Y K H S L
Decimal 16 163 188 0.91 0.13 0 0.26 188.72 0.84 0.4
Hex 10 A3 BC 5B D 0 1A BD 54 28
Octal 20 243 274 133 15 0 32 275 124 50
Binary 10000 10100011 10111100 1011011 1101 0 11010 10111101 1010100 101000

Color Harmonies of #10A3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A3BC

Black with #10A3BC

Text Example


Text Example

White with #10A3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10A3BC; }

 p { color: rgb(16,163,188); }

 H1.HeaderClassName
 {
   color: #10A3BC;
 }
 .AnyTagClassName
 {
   color: #10A3BC;
 }
</style>

background-color css

<style>
 a { background-color: #10A3BC; }

 a { background-color: rgb(16,163,188); }

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

border-color css

<style>
 span { border-color: #10A3BC; }

 span { border-color: rgb(16,163,188); }

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