Html Css Color HEX #25BDEF Summer Sky

📋 copy color: '#25BDEF'

red 37 ◦ green 189 ◦ blue 239

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

Shades of Summer Sky #25BDEF

Tints of Summer Sky #25BDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.4%

R = 7.96%
G = 40.65%
B = 51.4%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#25BDEF (or 0x25BDEF) is known color: Summer Sky. HEX triplet: 25, BD and EF. RGB value is (37,189,239). Sum of RGB (Red+Green+Blue) = 37+189+239=465 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.96% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #25BDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BDEF is #DA4210. Grayscale: #949494. Windows color (decimal): -14303761 or 15711525. OLE color: 15711525.

HSL color Cylindrical-coordinate representation of color #25BDEF: hue angle of 194.85º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25BDEF is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 189 239 -
CMYK 0.85 0.21 0 0.06
HSL 194.85º 0.86% 0.54% -
HSV(B) 194.85º 0.85% 0.94% -
XYZ 34.54 43.02 88.14 -
YUV 149.25 178.64 47.93 -
System Red Green Blue C M Y K H S L
Decimal 37 189 239 0.85 0.21 0 0.06 194.85 0.86 0.54
Hex 25 BD EF 55 15 0 6 C3 56 36
Octal 45 275 357 125 25 0 6 303 126 66
Binary 100101 10111101 11101111 1010101 10101 0 110 11000011 1010110 110110

Color Harmonies of #25BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BDEF

Black with #25BDEF

Text Example


Text Example

White with #25BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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