#25BDCA

Color #25BDCA Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #25BDCA

Tints of Summer Sky #25BDCA

Color information

#25BDCA (or 0x25BDCA) is unknown color: approx Summer Sky. HEX triplet: 25, BD and CA. RGB value is (37,189,202). Sum of RGB (Red+Green+Blue) = 37+189+202=428 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.64% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #25BDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BDCA is #DA4235. Grayscale: #909090. Windows color (decimal): -14303798 or 13286693. OLE color: 13286693.

HSL color Cylindrical-coordinate representation of color #25BDCA: hue angle of 184.73º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25BDCA is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB37189202-
CMYK0.820.0600.21
HSL184.73º69.04%46.86%-
HSV(B)184.73º81.68%79.22%-
XYZ29.6241.0562.24-
YUV145.03160.1450.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.64%
GREEN value IS 189 (74.22% from 255) = 44.16%
BLUE value IS 202 (79.30% from 255) = 47.20%
R=8.64%
G=44.16%
B=47.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal371892020.820.0600.21184.7369.0446.86
Hex25BDCA526015b9452f
Octal45275312122602527110557
Binary10010110111101110010101010010110010101101110011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25BDCA; }

 p { color: rgb(37,189,202); }

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

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

 a { background-color: rgb(37,189,202); }

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

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

 span { border-color: rgb(37,189,202); }

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