Html Css Color HEX #25BADE Summer Sky

📋 copy color: '#25BADE'

red 37 ◦ green 186 ◦ blue 222

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

Shades of Summer Sky #25BADE

Tints of Summer Sky #25BADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.89%

R = 8.31%
G = 41.8%
B = 49.89%

CMYK

 C value IS 0.83

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#25BADE (or 0x25BADE) is known color: Summer Sky. HEX triplet: 25, BA and DE. RGB value is (37,186,222). Sum of RGB (Red+Green+Blue) = 37+186+222=445 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.31% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #25BADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BADE is #DA4521. Grayscale: #919191. Windows color (decimal): -14304546 or 14596645. OLE color: 14596645.

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

Color convert

RGB 37 186 222 -
CMYK 0.83 0.16 0 0.13
HSL 191.68º 0.74% 0.51% -
HSV(B) 191.68º 0.83% 0.87% -
XYZ 31.51 40.79 75.32 -
YUV 145.55 171.14 50.57 -
System Red Green Blue C M Y K H S L
Decimal 37 186 222 0.83 0.16 0 0.13 191.68 0.74 0.51
Hex 25 BA DE 53 10 0 D C0 4A 33
Octal 45 272 336 123 20 0 15 300 112 63
Binary 100101 10111010 11011110 1010011 10000 0 1101 11000000 1001010 110011

Color Harmonies of #25BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BADE

Black with #25BADE

Text Example


Text Example

White with #25BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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