Html Css Color HEX #026266 Blue Lagoon

📋 copy color: '#026266'

red 2 ◦ green 98 ◦ blue 102

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

Shades of Blue Lagoon #026266

Tints of Blue Lagoon #026266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.51%

 BLUE value IS 102 (40.23% from 255) = 50.5%

R = 0.99%
G = 48.51%
B = 50.5%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#026266 (or 0x026266) is known color: Blue Lagoon. HEX triplet: 02, 62 and 66. RGB value is (2,98,102). Sum of RGB (Red+Green+Blue) = 2+98+102=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #026266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026266 is #FD9D99. Grayscale: #454545. Windows color (decimal): -16620954 or 6709762. OLE color: 6709762.

HSL color Cylindrical-coordinate representation of color #026266: hue angle of 182.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026266 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 98 102 -
CMYK 0.98 0.04 0 0.6
HSL 182.4º 0.96% 0.2% -
HSV(B) 182.4º 0.98% 0.4% -
XYZ 6.79 9.71 14.09 -
YUV 69.75 146.2 79.67 -
System Red Green Blue C M Y K H S L
Decimal 2 98 102 0.98 0.04 0 0.6 182.4 0.96 0.2
Hex 2 62 66 62 4 0 3C B6 60 14
Octal 2 142 146 142 4 0 74 266 140 24
Binary 10 1100010 1100110 1100010 100 0 111100 10110110 1100000 10100

Color Harmonies of #026266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026266

Black with #026266

Text Example


Text Example

White with #026266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026266; }

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

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

background-color css

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

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

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

border-color css

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

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

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