Html Css Color HEX #25BAE5 Summer Sky

📋 copy color: '#25BAE5'

red 37 ◦ green 186 ◦ blue 229

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

Shades of Summer Sky #25BAE5

Tints of Summer Sky #25BAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50.66%

R = 8.19%
G = 41.15%
B = 50.66%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#25BAE5 (or 0x25BAE5) is known color: Summer Sky. HEX triplet: 25, BA and E5. RGB value is (37,186,229). Sum of RGB (Red+Green+Blue) = 37+186+229=452 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.19% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 229 (89.84% from 255 or 50.66% from 452); Max value from RGB is 229 - color contains mainly: blue. Hex color #25BAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BAE5 is #DA451A. Grayscale: #929292. Windows color (decimal): -14304539 or 15055397. OLE color: 15055397.

HSL color Cylindrical-coordinate representation of color #25BAE5: hue angle of 193.44º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25BAE5 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 37 186 229 -
CMYK 0.84 0.19 0 0.10
HSL 193.44º 0.79% 0.52% -
HSV(B) 193.44º 0.84% 0.9% -
XYZ 32.46 41.17 80.36 -
YUV 146.35 174.64 50 -
System Red Green Blue C M Y K H S L
Decimal 37 186 229 0.84 0.19 0 0.10 193.44 0.79 0.52
Hex 25 BA E5 54 13 0 A C1 4F 34
Octal 45 272 345 124 23 0 12 301 117 64
Binary 100101 10111010 11100101 1010100 10011 0 1010 11000001 1001111 110100

Color Harmonies of #25BAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BAE5

Black with #25BAE5

Text Example


Text Example

White with #25BAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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