Html Css Color HEX #25BDD5 Summer Sky

📋 copy color: '#25BDD5'

red 37 ◦ green 189 ◦ blue 213

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

Shades of Summer Sky #25BDD5

Tints of Summer Sky #25BDD5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.05%

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

R = 8.43%
G = 43.05%
B = 48.52%

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

#25BDD5 (or 0x25BDD5) is known color: Summer Sky. HEX triplet: 25, BD and D5. RGB value is (37,189,213). Sum of RGB (Red+Green+Blue) = 37+189+213=439 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.43% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #25BDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BDD5 is #DA422A. Grayscale: #929292. Windows color (decimal): -14303787 or 14007589. OLE color: 14007589.

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

Color convert

RGB 37 189 213 -
CMYK 0.83 0.11 0 0.16
HSL 188.18º 0.7% 0.49% -
HSV(B) 188.18º 0.83% 0.84% -
XYZ 30.97 41.59 69.35 -
YUV 146.29 165.64 50.05 -
System Red Green Blue C M Y K H S L
Decimal 37 189 213 0.83 0.11 0 0.16 188.18 0.7 0.49
Hex 25 BD D5 53 B 0 10 BC 46 31
Octal 45 275 325 123 13 0 20 274 106 61
Binary 100101 10111101 11010101 1010011 1011 0 10000 10111100 1000110 110001

Color Harmonies of #25BDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BDD5

Black with #25BDD5

Text Example


Text Example

White with #25BDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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