Html Css Color HEX #25BDE7 Summer Sky

📋 copy color: '#25BDE7'

red 37 ◦ green 189 ◦ blue 231

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

Shades of Summer Sky #25BDE7

Tints of Summer Sky #25BDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 50.55%

R = 8.1%
G = 41.36%
B = 50.55%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#25BDE7 (or 0x25BDE7) is known color: Summer Sky. HEX triplet: 25, BD and E7. RGB value is (37,189,231). Sum of RGB (Red+Green+Blue) = 37+189+231=457 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.10% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #25BDE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BDE7 is #DA4218. Grayscale: #949494. Windows color (decimal): -14303769 or 15187237. OLE color: 15187237.

HSL color Cylindrical-coordinate representation of color #25BDE7: hue angle of 192.99º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25BDE7 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 37 189 231 -
CMYK 0.84 0.18 0 0.09
HSL 192.99º 0.8% 0.53% -
HSV(B) 192.99º 0.84% 0.91% -
XYZ 33.38 42.56 82.06 -
YUV 148.34 174.64 48.58 -
System Red Green Blue C M Y K H S L
Decimal 37 189 231 0.84 0.18 0 0.09 192.99 0.8 0.53
Hex 25 BD E7 54 12 0 9 C1 50 35
Octal 45 275 347 124 22 0 11 301 120 65
Binary 100101 10111101 11100111 1010100 10010 0 1001 11000001 1010000 110101

Color Harmonies of #25BDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BDE7

Black with #25BDE7

Text Example


Text Example

White with #25BDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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