Html Css Color HEX #069FDF Pacific Blue

📋 copy color: '#069FDF'

red 6 ◦ green 159 ◦ blue 223

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

Shades of Pacific Blue #069FDF

Tints of Pacific Blue #069FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.47%

R = 1.55%
G = 40.98%
B = 57.47%

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

#069FDF (or 0x069FDF) is known color: Pacific Blue. HEX triplet: 06, 9F and DF. RGB value is (6,159,223). Sum of RGB (Red+Green+Blue) = 6+159+223=388 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #069FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069FDF is #F96020. Grayscale: #787878. Windows color (decimal): -16343073 or 14655238. OLE color: 14655238.

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

Color convert

RGB 6 159 223 -
CMYK 0.97 0.29 0 0.13
HSL 197.7º 0.95% 0.45% -
HSV(B) 197.7º 0.97% 0.87% -
XYZ 25.79 30.16 74.27 -
YUV 120.55 185.81 46.3 -
System Red Green Blue C M Y K H S L
Decimal 6 159 223 0.97 0.29 0 0.13 197.7 0.95 0.45
Hex 6 9F DF 61 1D 0 D C6 5F 2D
Octal 6 237 337 141 35 0 15 306 137 55
Binary 110 10011111 11011111 1100001 11101 0 1101 11000110 1011111 101101

Color Harmonies of #069FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069FDF

Black with #069FDF

Text Example


Text Example

White with #069FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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