Html Css Color HEX #06A5DC Pacific Blue

📋 copy color: '#06A5DC'

red 6 ◦ green 165 ◦ blue 220

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

Shades of Pacific Blue #06A5DC

Tints of Pacific Blue #06A5DC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.2%

 BLUE value IS 220 (86.33% from 255) = 56.27%

R = 1.53%
G = 42.2%
B = 56.27%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#06A5DC (or 0x06A5DC) is known color: Pacific Blue. HEX triplet: 06, A5 and DC. RGB value is (6,165,220). Sum of RGB (Red+Green+Blue) = 6+165+220=391 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #06A5DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A5DC is #F95A23. Grayscale: #7B7B7B. Windows color (decimal): -16341540 or 14460166. OLE color: 14460166.

HSL color Cylindrical-coordinate representation of color #06A5DC: hue angle of 195.42º 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 #06A5DC is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 165 220 -
CMYK 0.97 0.25 0 0.14
HSL 195.42º 0.95% 0.44% -
HSV(B) 195.42º 0.97% 0.86% -
XYZ 26.45 32.12 72.52 -
YUV 123.73 182.32 44.03 -
System Red Green Blue C M Y K H S L
Decimal 6 165 220 0.97 0.25 0 0.14 195.42 0.95 0.44
Hex 6 A5 DC 61 19 0 E C3 5F 2C
Octal 6 245 334 141 31 0 16 303 137 54
Binary 110 10100101 11011100 1100001 11001 0 1110 11000011 1011111 101100

Color Harmonies of #06A5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A5DC

Black with #06A5DC

Text Example


Text Example

White with #06A5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,165,220); }

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

background-color css

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

 a { background-color: rgb(6,165,220); }

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

border-color css

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

 span { border-color: rgb(6,165,220); }

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