Html Css Color HEX #069FDD Pacific Blue

📋 copy color: '#069FDD'

red 6 ◦ green 159 ◦ blue 221

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

Shades of Pacific Blue #069FDD

Tints of Pacific Blue #069FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.19%

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

R = 1.55%
G = 41.19%
B = 57.25%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#069FDD (or 0x069FDD) is known color: Pacific Blue. HEX triplet: 06, 9F and DD. RGB value is (6,159,221). Sum of RGB (Red+Green+Blue) = 6+159+221=386 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #069FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069FDD is #F96022. Grayscale: #777777. Windows color (decimal): -16343075 or 14524166. OLE color: 14524166.

HSL color Cylindrical-coordinate representation of color #069FDD: hue angle of 197.3º 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 #069FDD is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 159 221 -
CMYK 0.97 0.28 0 0.13
HSL 197.3º 0.95% 0.45% -
HSV(B) 197.3º 0.97% 0.87% -
XYZ 25.52 30.06 72.86 -
YUV 120.32 184.81 46.46 -
System Red Green Blue C M Y K H S L
Decimal 6 159 221 0.97 0.28 0 0.13 197.3 0.95 0.45
Hex 6 9F DD 61 1C 0 D C5 5F 2D
Octal 6 237 335 141 34 0 15 305 137 55
Binary 110 10011111 11011101 1100001 11100 0 1101 11000101 1011111 101101

Color Harmonies of #069FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069FDD

Black with #069FDD

Text Example


Text Example

White with #069FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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