#25BECC

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

Shades of Summer Sky #25BECC

Tints of Summer Sky #25BECC

Color information

#25BECC (or 0x25BECC) is unknown color: approx Summer Sky. HEX triplet: 25, BE and CC. RGB value is (37,190,204). Sum of RGB (Red+Green+Blue) = 37+190+204=431 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.58% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #25BECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BECC is #DA4133. Grayscale: #919191. Windows color (decimal): -14303540 or 13418021. OLE color: 13418021.

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

Color convert

RGB37190204-
CMYK0.820.0700.2
HSL185.03º69.29%47.25%-
HSV(B)185.03º81.86%80%-
XYZ30.0841.5863.57-
YUV145.85160.8150.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.58%
GREEN value IS 190 (74.61% from 255) = 44.08%
BLUE value IS 204 (80.08% from 255) = 47.33%
R=8.58%
G=44.08%
B=47.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal371902040.820.0700.2185.0369.2947.25
Hex25BECC527014b9452f
Octal45276314122702427110557
Binary10010110111110110011001010010111010100101110011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,190,204); }

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

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

 a { background-color: rgb(37,190,204); }

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

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

 span { border-color: rgb(37,190,204); }

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