Html Css Color HEX #069CDF Pacific Blue

📋 copy color: '#069CDF'

red 6 ◦ green 156 ◦ blue 223

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

Shades of Pacific Blue #069CDF

Tints of Pacific Blue #069CDF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.52%

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

R = 1.56%
G = 40.52%
B = 57.92%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#069CDF (or 0x069CDF) is known color: Pacific Blue. HEX triplet: 06, 9C and DF. RGB value is (6,156,223). Sum of RGB (Red+Green+Blue) = 6+156+223=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #069CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069CDF is #F96320. Grayscale: #767676. Windows color (decimal): -16343841 or 14654470. OLE color: 14654470.

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

Color convert

RGB 6 156 223 -
CMYK 0.97 0.30 0 0.13
HSL 198.53º 0.95% 0.45% -
HSV(B) 198.53º 0.97% 0.87% -
XYZ 25.28 29.14 74.1 -
YUV 118.79 186.81 47.55 -
System Red Green Blue C M Y K H S L
Decimal 6 156 223 0.97 0.30 0 0.13 198.53 0.95 0.45
Hex 6 9C DF 61 1E 0 D C7 5F 2D
Octal 6 234 337 141 36 0 15 307 137 55
Binary 110 10011100 11011111 1100001 11110 0 1101 11000111 1011111 101101

Color Harmonies of #069CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069CDF

Black with #069CDF

Text Example


Text Example

White with #069CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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