#025B6C

Color #025B6C Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #025B6C

Tints of Blue Lagoon #025B6C

Color information

#025B6C (or 0x025B6C) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5B and 6C. RGB value is (2,91,108). Sum of RGB (Red+Green+Blue) = 2+91+108=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #025B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025B6C is #FDA493. Grayscale: #424242. Windows color (decimal): -16622740 or 7101186. OLE color: 7101186.

HSL color Cylindrical-coordinate representation of color #025B6C: hue angle of 189.62º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025B6C is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB291108-
CMYK0.980.1600.58
HSL189.62º96.36%21.57%-
HSV(B)189.62º98.15%42.35%-
XYZ6.478.5815.5-
YUV66.33151.5182.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 91 (35.94% from 255) = 45.27%
BLUE value IS 108 (42.58% from 255) = 53.73%
R=1.00%
G=45.27%
B=53.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2911080.980.1600.58189.6296.3621.57
Hex25B6C621003Abe6016
Octal21331541422007227614026
Binary1010110111101100110001010000011101010111110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,91,108); }

 H1.HeaderClassName
 {
   color: #025B6C;
 }
 .AnyTagClassName
 {
   color: #025B6C;
 }
</style>
background-color css

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

 a { background-color: rgb(2,91,108); }

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

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

 span { border-color: rgb(2,91,108); }

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