Html Css Color HEX #25BDDF Summer Sky

📋 copy color: '#25BDDF'

red 37 ◦ green 189 ◦ blue 223

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

Shades of Summer Sky #25BDDF

Tints of Summer Sky #25BDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.67%

R = 8.24%
G = 42.09%
B = 49.67%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#25BDDF (or 0x25BDDF) is known color: Summer Sky. HEX triplet: 25, BD and DF. RGB value is (37,189,223). Sum of RGB (Red+Green+Blue) = 37+189+223=449 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.24% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #25BDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BDDF is #DA4220. Grayscale: #939393. Windows color (decimal): -14303777 or 14662949. OLE color: 14662949.

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

Color convert

RGB 37 189 223 -
CMYK 0.83 0.15 0 0.13
HSL 190.97º 0.74% 0.51% -
HSV(B) 190.97º 0.83% 0.87% -
XYZ 32.28 42.12 76.24 -
YUV 147.43 170.64 49.24 -
System Red Green Blue C M Y K H S L
Decimal 37 189 223 0.83 0.15 0 0.13 190.97 0.74 0.51
Hex 25 BD DF 53 F 0 D BF 4A 33
Octal 45 275 337 123 17 0 15 277 112 63
Binary 100101 10111101 11011111 1010011 1111 0 1101 10111111 1001010 110011

Color Harmonies of #25BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BDDF

Black with #25BDDF

Text Example


Text Example

White with #25BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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