Html Css Color HEX #06A3DB Pacific Blue

📋 copy color: '#06A3DB'

red 6 ◦ green 163 ◦ blue 219

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

Shades of Pacific Blue #06A3DB

Tints of Pacific Blue #06A3DB

RGB

 RED value IS 6 (2.73% from 255) = 1.55%

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

 BLUE value IS 219 (85.94% from 255) = 56.44%

R = 1.55%
G = 42.01%
B = 56.44%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#06A3DB (or 0x06A3DB) is known color: Pacific Blue. HEX triplet: 06, A3 and DB. RGB value is (6,163,219). Sum of RGB (Red+Green+Blue) = 6+163+219=388 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #06A3DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A3DB is #F95C24. Grayscale: #7A7A7A. Windows color (decimal): -16342053 or 14394118. OLE color: 14394118.

HSL color Cylindrical-coordinate representation of color #06A3DB: hue angle of 195.77º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A3DB is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 163 219 -
CMYK 0.97 0.26 0 0.14
HSL 195.77º 0.95% 0.44% -
HSV(B) 195.77º 0.97% 0.86% -
XYZ 25.96 31.35 71.7 -
YUV 122.44 182.49 44.95 -
System Red Green Blue C M Y K H S L
Decimal 6 163 219 0.97 0.26 0 0.14 195.77 0.95 0.44
Hex 6 A3 DB 61 1A 0 E C4 5F 2C
Octal 6 243 333 141 32 0 16 304 137 54
Binary 110 10100011 11011011 1100001 11010 0 1110 11000100 1011111 101100

Color Harmonies of #06A3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A3DB

Black with #06A3DB

Text Example


Text Example

White with #06A3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06A3DB; }

 p { color: rgb(6,163,219); }

 H1.HeaderClassName
 {
   color: #06A3DB;
 }
 .AnyTagClassName
 {
   color: #06A3DB;
 }
</style>

background-color css

<style>
 a { background-color: #06A3DB; }

 a { background-color: rgb(6,163,219); }

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

border-color css

<style>
 span { border-color: #06A3DB; }

 span { border-color: rgb(6,163,219); }

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