Html Css Color HEX #069ECD Pacific Blue

📋 copy color: '#069ECD'

red 6 ◦ green 158 ◦ blue 205

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

Shades of Pacific Blue #069ECD

Tints of Pacific Blue #069ECD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.82%

 BLUE value IS 205 (80.47% from 255) = 55.56%

R = 1.63%
G = 42.82%
B = 55.56%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#069ECD (or 0x069ECD) is known color: Pacific Blue. HEX triplet: 06, 9E and CD. RGB value is (6,158,205). Sum of RGB (Red+Green+Blue) = 6+158+205=369 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #069ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069ECD is #F96132. Grayscale: #757575. Windows color (decimal): -16343347 or 13475334. OLE color: 13475334.

HSL color Cylindrical-coordinate representation of color #069ECD: hue angle of 194.17º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069ECD is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 158 205 -
CMYK 0.97 0.23 0 0.20
HSL 194.17º 0.94% 0.41% -
HSV(B) 194.17º 0.97% 0.8% -
XYZ 23.32 28.9 62.11 -
YUV 117.91 177.14 48.18 -
System Red Green Blue C M Y K H S L
Decimal 6 158 205 0.97 0.23 0 0.20 194.17 0.94 0.41
Hex 6 9E CD 61 17 0 14 C2 5E 29
Octal 6 236 315 141 27 0 24 302 136 51
Binary 110 10011110 11001101 1100001 10111 0 10100 11000010 1011110 101001

Color Harmonies of #069ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069ECD

Black with #069ECD

Text Example


Text Example

White with #069ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069ECD; }

 p { color: rgb(6,158,205); }

 H1.HeaderClassName
 {
   color: #069ECD;
 }
 .AnyTagClassName
 {
   color: #069ECD;
 }
</style>

background-color css

<style>
 a { background-color: #069ECD; }

 a { background-color: rgb(6,158,205); }

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

border-color css

<style>
 span { border-color: #069ECD; }

 span { border-color: rgb(6,158,205); }

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