Html Css Color HEX #025E86 Blue Lagoon

📋 copy color: '#025E86'

red 2 ◦ green 94 ◦ blue 134

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

Shades of Blue Lagoon #025E86

Tints of Blue Lagoon #025E86

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.87%

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

R = 0.87%
G = 40.87%
B = 58.26%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#025E86 (or 0x025E86) is known color: Blue Lagoon. HEX triplet: 02, 5E and 86. RGB value is (2,94,134). Sum of RGB (Red+Green+Blue) = 2+94+134=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 134 (52.73% from 255 or 58.26% from 230); Max value from RGB is 134 - color contains mainly: blue. Hex color #025E86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025E86 is #FDA179. Grayscale: #464646. Windows color (decimal): -16621946 or 8805890. OLE color: 8805890.

HSL color Cylindrical-coordinate representation of color #025E86: hue angle of 198.18º 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 #025E86 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 94 134 -
CMYK 0.99 0.30 0 0.47
HSL 198.18º 0.97% 0.27% -
HSV(B) 198.18º 0.99% 0.53% -
XYZ 8.33 9.74 24 -
YUV 71.05 163.52 78.75 -
System Red Green Blue C M Y K H S L
Decimal 2 94 134 0.99 0.30 0 0.47 198.18 0.97 0.27
Hex 2 5E 86 63 1E 0 2F C6 61 1B
Octal 2 136 206 143 36 0 57 306 141 33
Binary 10 1011110 10000110 1100011 11110 0 101111 11000110 1100001 11011

Color Harmonies of #025E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025E86

Black with #025E86

Text Example


Text Example

White with #025E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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