Html Css Color HEX #25BDDA Summer Sky

📋 copy color: '#25BDDA'

red 37 ◦ green 189 ◦ blue 218

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

Shades of Summer Sky #25BDDA

Tints of Summer Sky #25BDDA

RGB

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

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

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

R = 8.33%
G = 42.57%
B = 49.1%

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

#25BDDA (or 0x25BDDA) is known color: Summer Sky. HEX triplet: 25, BD and DA. RGB value is (37,189,218). Sum of RGB (Red+Green+Blue) = 37+189+218=444 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.33% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #25BDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BDDA is #DA4225. Grayscale: #929292. Windows color (decimal): -14303782 or 14335269. OLE color: 14335269.

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

Color convert

RGB 37 189 218 -
CMYK 0.83 0.13 0 0.15
HSL 189.61º 0.71% 0.5% -
HSV(B) 189.61º 0.83% 0.85% -
XYZ 31.62 41.85 72.74 -
YUV 146.86 168.14 49.64 -
System Red Green Blue C M Y K H S L
Decimal 37 189 218 0.83 0.13 0 0.15 189.61 0.71 0.5
Hex 25 BD DA 53 D 0 F BE 47 32
Octal 45 275 332 123 15 0 17 276 107 62
Binary 100101 10111101 11011010 1010011 1101 0 1111 10111110 1000111 110010

Color Harmonies of #25BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BDDA

Black with #25BDDA

Text Example


Text Example

White with #25BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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