Html Css Color HEX #25BED5 Summer Sky

📋 copy color: '#25BED5'

red 37 ◦ green 190 ◦ blue 213

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

Shades of Summer Sky #25BED5

Tints of Summer Sky #25BED5

RGB

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

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

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

R = 8.41%
G = 43.18%
B = 48.41%

CMYK

 C value IS 0.83

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#25BED5 (or 0x25BED5) is known color: Summer Sky. HEX triplet: 25, BE and D5. RGB value is (37,190,213). Sum of RGB (Red+Green+Blue) = 37+190+213=440 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.41% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 213 - color contains mainly: blue. Hex color #25BED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BED5 is #DA412A. Grayscale: #929292. Windows color (decimal): -14303531 or 14007845. OLE color: 14007845.

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

Color convert

RGB 37 190 213 -
CMYK 0.83 0.11 0 0.16
HSL 187.84º 0.7% 0.49% -
HSV(B) 187.84º 0.83% 0.84% -
XYZ 31.19 42.02 69.42 -
YUV 146.88 165.31 49.63 -
System Red Green Blue C M Y K H S L
Decimal 37 190 213 0.83 0.11 0 0.16 187.84 0.7 0.49
Hex 25 BE D5 53 B 0 10 BC 46 31
Octal 45 276 325 123 13 0 20 274 106 61
Binary 100101 10111110 11010101 1010011 1011 0 10000 10111100 1000110 110001

Color Harmonies of #25BED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BED5

Black with #25BED5

Text Example


Text Example

White with #25BED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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