Html Css Color HEX #069BCB Pacific Blue

📋 copy color: '#069BCB'

red 6 ◦ green 155 ◦ blue 203

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

Shades of Pacific Blue #069BCB

Tints of Pacific Blue #069BCB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.58%

 BLUE value IS 203 (79.69% from 255) = 55.77%

R = 1.65%
G = 42.58%
B = 55.77%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#069BCB (or 0x069BCB) is known color: Pacific Blue. HEX triplet: 06, 9B and CB. RGB value is (6,155,203). Sum of RGB (Red+Green+Blue) = 6+155+203=364 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #069BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069BCB is #F96434. Grayscale: #737373. Windows color (decimal): -16344117 or 13343494. OLE color: 13343494.

HSL color Cylindrical-coordinate representation of color #069BCB: hue angle of 194.62º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069BCB is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 155 203 -
CMYK 0.97 0.24 0 0.20
HSL 194.62º 0.94% 0.41% -
HSV(B) 194.62º 0.97% 0.8% -
XYZ 22.58 27.79 60.67 -
YUV 115.92 177.14 49.6 -
System Red Green Blue C M Y K H S L
Decimal 6 155 203 0.97 0.24 0 0.20 194.62 0.94 0.41
Hex 6 9B CB 61 18 0 14 C3 5E 29
Octal 6 233 313 141 30 0 24 303 136 51
Binary 110 10011011 11001011 1100001 11000 0 10100 11000011 1011110 101001

Color Harmonies of #069BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069BCB

Black with #069BCB

Text Example


Text Example

White with #069BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,155,203); }

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

background-color css

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

 a { background-color: rgb(6,155,203); }

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

border-color css

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

 span { border-color: rgb(6,155,203); }

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