Html Css Color HEX #06A5DB Pacific Blue

📋 copy color: '#06A5DB'

red 6 ◦ green 165 ◦ blue 219

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

Shades of Pacific Blue #06A5DB

Tints of Pacific Blue #06A5DB

RGB

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

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

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

R = 1.54%
G = 42.31%
B = 56.15%

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

#06A5DB (or 0x06A5DB) is known color: Pacific Blue. HEX triplet: 06, A5 and DB. RGB value is (6,165,219). Sum of RGB (Red+Green+Blue) = 6+165+219=390 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.54% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #06A5DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A5DB is #F95A24. Grayscale: #7B7B7B. Windows color (decimal): -16341541 or 14394630. OLE color: 14394630.

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

Color convert

RGB 6 165 219 -
CMYK 0.97 0.25 0 0.14
HSL 195.21º 0.95% 0.44% -
HSV(B) 195.21º 0.97% 0.86% -
XYZ 26.32 32.06 71.82 -
YUV 123.62 181.82 44.11 -
System Red Green Blue C M Y K H S L
Decimal 6 165 219 0.97 0.25 0 0.14 195.21 0.95 0.44
Hex 6 A5 DB 61 19 0 E C3 5F 2C
Octal 6 245 333 141 31 0 16 303 137 54
Binary 110 10100101 11011011 1100001 11001 0 1110 11000011 1011111 101100

Color Harmonies of #06A5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A5DB

Black with #06A5DB

Text Example


Text Example

White with #06A5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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