Html Css Color HEX #25BADB Summer Sky

📋 copy color: '#25BADB'

red 37 ◦ green 186 ◦ blue 219

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

Shades of Summer Sky #25BADB

Tints of Summer Sky #25BADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.55%

R = 8.37%
G = 42.08%
B = 49.55%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#25BADB (or 0x25BADB) is known color: Summer Sky. HEX triplet: 25, BA and DB. RGB value is (37,186,219). Sum of RGB (Red+Green+Blue) = 37+186+219=442 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.37% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #25BADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BADB is #DA4524. Grayscale: #909090. Windows color (decimal): -14304549 or 14400037. OLE color: 14400037.

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

Color convert

RGB 37 186 219 -
CMYK 0.83 0.15 0 0.14
HSL 190.88º 0.72% 0.5% -
HSV(B) 190.88º 0.83% 0.86% -
XYZ 31.11 40.63 73.22 -
YUV 145.21 169.64 50.82 -
System Red Green Blue C M Y K H S L
Decimal 37 186 219 0.83 0.15 0 0.14 190.88 0.72 0.5
Hex 25 BA DB 53 F 0 E BF 48 32
Octal 45 272 333 123 17 0 16 277 110 62
Binary 100101 10111010 11011011 1010011 1111 0 1110 10111111 1001000 110010

Color Harmonies of #25BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BADB

Black with #25BADB

Text Example


Text Example

White with #25BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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