Html Css Color HEX #025666 Blue Lagoon

📋 copy color: '#025666'

red 2 ◦ green 86 ◦ blue 102

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

Shades of Blue Lagoon #025666

Tints of Blue Lagoon #025666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.26%

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

R = 1.05%
G = 45.26%
B = 53.68%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#025666 (or 0x025666) is known color: Blue Lagoon. HEX triplet: 02, 56 and 66. RGB value is (2,86,102). Sum of RGB (Red+Green+Blue) = 2+86+102=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #025666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025666 is #FDA999. Grayscale: #3E3E3E. Windows color (decimal): -16624026 or 6706690. OLE color: 6706690.

HSL color Cylindrical-coordinate representation of color #025666: hue angle of 189.6º 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 #025666 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 86 102 -
CMYK 0.98 0.16 0 0.6
HSL 189.6º 0.96% 0.2% -
HSV(B) 189.6º 0.98% 0.4% -
XYZ 5.75 7.63 13.74 -
YUV 62.71 150.17 84.7 -
System Red Green Blue C M Y K H S L
Decimal 2 86 102 0.98 0.16 0 0.6 189.6 0.96 0.2
Hex 2 56 66 62 10 0 3C BE 60 14
Octal 2 126 146 142 20 0 74 276 140 24
Binary 10 1010110 1100110 1100010 10000 0 111100 10111110 1100000 10100

Color Harmonies of #025666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025666

Black with #025666

Text Example


Text Example

White with #025666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025666; }

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

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

background-color css

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

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

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

border-color css

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

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

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