Html Css Color HEX #069CDE Pacific Blue

📋 copy color: '#069CDE'

red 6 ◦ green 156 ◦ blue 222

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

Shades of Pacific Blue #069CDE

Tints of Pacific Blue #069CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.81%

R = 1.56%
G = 40.63%
B = 57.81%

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

#069CDE (or 0x069CDE) is known color: Pacific Blue. HEX triplet: 06, 9C and DE. RGB value is (6,156,222). Sum of RGB (Red+Green+Blue) = 6+156+222=384 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #069CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069CDE is #F96321. Grayscale: #767676. Windows color (decimal): -16343842 or 14588934. OLE color: 14588934.

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

Color convert

RGB 6 156 222 -
CMYK 0.97 0.30 0 0.13
HSL 198.33º 0.95% 0.45% -
HSV(B) 198.33º 0.97% 0.87% -
XYZ 25.15 29.09 73.4 -
YUV 118.67 186.31 47.63 -
System Red Green Blue C M Y K H S L
Decimal 6 156 222 0.97 0.30 0 0.13 198.33 0.95 0.45
Hex 6 9C DE 61 1E 0 D C6 5F 2D
Octal 6 234 336 141 36 0 15 306 137 55
Binary 110 10011100 11011110 1100001 11110 0 1101 11000110 1011111 101101

Color Harmonies of #069CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069CDE

Black with #069CDE

Text Example


Text Example

White with #069CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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