Html Css Color HEX #06A5CB Pacific Blue

📋 copy color: '#06A5CB'

red 6 ◦ green 165 ◦ blue 203

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

Shades of Pacific Blue #06A5CB

Tints of Pacific Blue #06A5CB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.12%

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

R = 1.6%
G = 44.12%
B = 54.28%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#06A5CB (or 0x06A5CB) is known color: Pacific Blue. HEX triplet: 06, A5 and CB. RGB value is (6,165,203). Sum of RGB (Red+Green+Blue) = 6+165+203=374 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #06A5CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A5CB is #F95A34. Grayscale: #797979. Windows color (decimal): -16341557 or 13346054. OLE color: 13346054.

HSL color Cylindrical-coordinate representation of color #06A5CB: hue angle of 191.57º 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 #06A5CB is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 165 203 -
CMYK 0.97 0.19 0 0.20
HSL 191.57º 0.94% 0.41% -
HSV(B) 191.57º 0.97% 0.8% -
XYZ 24.31 31.26 61.25 -
YUV 121.79 173.82 45.41 -
System Red Green Blue C M Y K H S L
Decimal 6 165 203 0.97 0.19 0 0.20 191.57 0.94 0.41
Hex 6 A5 CB 61 13 0 14 C0 5E 29
Octal 6 245 313 141 23 0 24 300 136 51
Binary 110 10100101 11001011 1100001 10011 0 10100 11000000 1011110 101001

Color Harmonies of #06A5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A5CB

Black with #06A5CB

Text Example


Text Example

White with #06A5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06A5CB; }

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

 H1.HeaderClassName
 {
   color: #06A5CB;
 }
 .AnyTagClassName
 {
   color: #06A5CB;
 }
</style>

background-color css

<style>
 a { background-color: #06A5CB; }

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

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

border-color css

<style>
 span { border-color: #06A5CB; }

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

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