Html Css Color HEX #25BED7 Summer Sky

📋 copy color: '#25BED7'

red 37 ◦ green 190 ◦ blue 215

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

Shades of Summer Sky #25BED7

Tints of Summer Sky #25BED7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.99%

 BLUE value IS 215 (84.38% from 255) = 48.64%

R = 8.37%
G = 42.99%
B = 48.64%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#25BED7 (or 0x25BED7) is known color: Summer Sky. HEX triplet: 25, BE and D7. RGB value is (37,190,215). Sum of RGB (Red+Green+Blue) = 37+190+215=442 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.37% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 215 (84.38% from 255 or 48.64% from 442); Max value from RGB is 215 - color contains mainly: blue. Hex color #25BED7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BED7 is #DA4128. Grayscale: #929292. Windows color (decimal): -14303529 or 14138917. OLE color: 14138917.

HSL color Cylindrical-coordinate representation of color #25BED7: hue angle of 188.43º degrees, saturation: 0.71, 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 #25BED7 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 190 215 -
CMYK 0.83 0.12 0 0.16
HSL 188.43º 0.71% 0.49% -
HSV(B) 188.43º 0.83% 0.84% -
XYZ 31.44 42.13 70.76 -
YUV 147.1 166.31 49.47 -
System Red Green Blue C M Y K H S L
Decimal 37 190 215 0.83 0.12 0 0.16 188.43 0.71 0.49
Hex 25 BE D7 53 C 0 10 BC 47 31
Octal 45 276 327 123 14 0 20 274 107 61
Binary 100101 10111110 11010111 1010011 1100 0 10000 10111100 1000111 110001

Color Harmonies of #25BED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BED7

Black with #25BED7

Text Example


Text Example

White with #25BED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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