Html Css Color HEX #026686 Blue Lagoon

📋 copy color: '#026686'

red 2 ◦ green 102 ◦ blue 134

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

Shades of Blue Lagoon #026686

Tints of Blue Lagoon #026686

RGB

 RED value IS 2 (1.17% from 255) = 0.84%

 GREEN value IS 102 (40.23% from 255) = 42.86%

 BLUE value IS 134 (52.73% from 255) = 56.3%

R = 0.84%
G = 42.86%
B = 56.3%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#026686 (or 0x026686) is known color: Blue Lagoon. HEX triplet: 02, 66 and 86. RGB value is (2,102,134). Sum of RGB (Red+Green+Blue) = 2+102+134=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #026686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026686 is #FD9979. Grayscale: #4B4B4B. Windows color (decimal): -16619898 or 8807938. OLE color: 8807938.

HSL color Cylindrical-coordinate representation of color #026686: hue angle of 194.55º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026686 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 102 134 -
CMYK 0.99 0.24 0 0.47
HSL 194.55º 0.97% 0.27% -
HSV(B) 194.55º 0.99% 0.53% -
XYZ 9.08 11.24 24.24 -
YUV 75.75 160.87 75.4 -
System Red Green Blue C M Y K H S L
Decimal 2 102 134 0.99 0.24 0 0.47 194.55 0.97 0.27
Hex 2 66 86 63 18 0 2F C3 61 1B
Octal 2 146 206 143 30 0 57 303 141 33
Binary 10 1100110 10000110 1100011 11000 0 101111 11000011 1100001 11011

Color Harmonies of #026686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026686

Black with #026686

Text Example


Text Example

White with #026686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026686; }

 p { color: rgb(2,102,134); }

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

background-color css

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

 a { background-color: rgb(2,102,134); }

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

border-color css

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

 span { border-color: rgb(2,102,134); }

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