Html Css Color HEX #25BDD7 Summer Sky

📋 copy color: '#25BDD7'

red 37 ◦ green 189 ◦ blue 215

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

Shades of Summer Sky #25BDD7

Tints of Summer Sky #25BDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.75%

R = 8.39%
G = 42.86%
B = 48.75%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#25BDD7 (or 0x25BDD7) is known color: Summer Sky. HEX triplet: 25, BD and D7. RGB value is (37,189,215). Sum of RGB (Red+Green+Blue) = 37+189+215=441 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.39% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #25BDD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BDD7 is #DA4228. Grayscale: #929292. Windows color (decimal): -14303785 or 14138661. OLE color: 14138661.

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

Color convert

RGB 37 189 215 -
CMYK 0.83 0.12 0 0.16
HSL 188.76º 0.71% 0.49% -
HSV(B) 188.76º 0.83% 0.84% -
XYZ 31.23 41.69 70.69 -
YUV 146.52 166.64 49.89 -
System Red Green Blue C M Y K H S L
Decimal 37 189 215 0.83 0.12 0 0.16 188.76 0.71 0.49
Hex 25 BD D7 53 C 0 10 BD 47 31
Octal 45 275 327 123 14 0 20 275 107 61
Binary 100101 10111101 11010111 1010011 1100 0 10000 10111101 1000111 110001

Color Harmonies of #25BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BDD7

Black with #25BDD7

Text Example


Text Example

White with #25BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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