Html Css Color HEX #069EDD Pacific Blue

📋 copy color: '#069EDD'

red 6 ◦ green 158 ◦ blue 221

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

Shades of Pacific Blue #069EDD

Tints of Pacific Blue #069EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.4%

R = 1.56%
G = 41.04%
B = 57.4%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#069EDD (or 0x069EDD) is known color: Pacific Blue. HEX triplet: 06, 9E and DD. RGB value is (6,158,221). Sum of RGB (Red+Green+Blue) = 6+158+221=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #069EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069EDD is #F96122. Grayscale: #777777. Windows color (decimal): -16343331 or 14523910. OLE color: 14523910.

HSL color Cylindrical-coordinate representation of color #069EDD: hue angle of 197.58º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069EDD is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 158 221 -
CMYK 0.97 0.29 0 0.13
HSL 197.58º 0.95% 0.45% -
HSV(B) 197.58º 0.97% 0.87% -
XYZ 25.35 29.71 72.81 -
YUV 119.73 185.14 46.88 -
System Red Green Blue C M Y K H S L
Decimal 6 158 221 0.97 0.29 0 0.13 197.58 0.95 0.45
Hex 6 9E DD 61 1D 0 D C6 5F 2D
Octal 6 236 335 141 35 0 15 306 137 55
Binary 110 10011110 11011101 1100001 11101 0 1101 11000110 1011111 101101

Color Harmonies of #069EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069EDD

Black with #069EDD

Text Example


Text Example

White with #069EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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