Html Css Color HEX #25BEDA Summer Sky

📋 copy color: '#25BEDA'

red 37 ◦ green 190 ◦ blue 218

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

Shades of Summer Sky #25BEDA

Tints of Summer Sky #25BEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.99%

R = 8.31%
G = 42.7%
B = 48.99%

CMYK

 C value IS 0.83

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#25BEDA (or 0x25BEDA) is known color: Summer Sky. HEX triplet: 25, BE and DA. RGB value is (37,190,218). Sum of RGB (Red+Green+Blue) = 37+190+218=445 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.31% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #25BEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BEDA is #DA4125. Grayscale: #939393. Windows color (decimal): -14303526 or 14335525. OLE color: 14335525.

HSL color Cylindrical-coordinate representation of color #25BEDA: hue angle of 189.28º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25BEDA is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 190 218 -
CMYK 0.83 0.13 0 0.15
HSL 189.28º 0.71% 0.5% -
HSV(B) 189.28º 0.83% 0.85% -
XYZ 31.83 42.28 72.81 -
YUV 147.45 167.81 49.22 -
System Red Green Blue C M Y K H S L
Decimal 37 190 218 0.83 0.13 0 0.15 189.28 0.71 0.5
Hex 25 BE DA 53 D 0 F BD 47 32
Octal 45 276 332 123 15 0 17 275 107 62
Binary 100101 10111110 11011010 1010011 1101 0 1111 10111101 1000111 110010

Color Harmonies of #25BEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BEDA

Black with #25BEDA

Text Example


Text Example

White with #25BEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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