Html Css Color HEX #25BAD5 Summer Sky

📋 copy color: '#25BAD5'

red 37 ◦ green 186 ◦ blue 213

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

Shades of Summer Sky #25BAD5

Tints of Summer Sky #25BAD5

RGB

 RED value IS 37 (14.84% from 255) = 8.49%

 GREEN value IS 186 (73.05% from 255) = 42.66%

 BLUE value IS 213 (83.59% from 255) = 48.85%

R = 8.49%
G = 42.66%
B = 48.85%

CMYK

 C value IS 0.83

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#25BAD5 (or 0x25BAD5) is known color: Summer Sky. HEX triplet: 25, BA and D5. RGB value is (37,186,213). Sum of RGB (Red+Green+Blue) = 37+186+213=436 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.49% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #25BAD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BAD5 is #DA452A. Grayscale: #909090. Windows color (decimal): -14304555 or 14006821. OLE color: 14006821.

HSL color Cylindrical-coordinate representation of color #25BAD5: hue angle of 189.2º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25BAD5 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 186 213 -
CMYK 0.83 0.13 0 0.16
HSL 189.2º 0.7% 0.49% -
HSV(B) 189.2º 0.83% 0.84% -
XYZ 30.33 40.32 69.13 -
YUV 144.53 166.64 51.3 -
System Red Green Blue C M Y K H S L
Decimal 37 186 213 0.83 0.13 0 0.16 189.2 0.7 0.49
Hex 25 BA D5 53 D 0 10 BD 46 31
Octal 45 272 325 123 15 0 20 275 106 61
Binary 100101 10111010 11010101 1010011 1101 0 10000 10111101 1000110 110001

Color Harmonies of #25BAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BAD5

Black with #25BAD5

Text Example


Text Example

White with #25BAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,186,213); }

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

background-color css

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

 a { background-color: rgb(37,186,213); }

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

border-color css

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

 span { border-color: rgb(37,186,213); }

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