Html Css Color HEX #25BEDD Summer Sky

📋 copy color: '#25BEDD'

red 37 ◦ green 190 ◦ blue 221

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

Shades of Summer Sky #25BEDD

Tints of Summer Sky #25BEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.41%

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 8.26%
G = 42.41%
B = 49.33%

CMYK

 C value IS 0.83

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#25BEDD (or 0x25BEDD) is known color: Summer Sky. HEX triplet: 25, BE and DD. RGB value is (37,190,221). Sum of RGB (Red+Green+Blue) = 37+190+221=448 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.26% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #25BEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BEDD is #DA4122. Grayscale: #939393. Windows color (decimal): -14303523 or 14532133. OLE color: 14532133.

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

Color convert

RGB 37 190 221 -
CMYK 0.83 0.14 0 0.13
HSL 190.11º 0.73% 0.51% -
HSV(B) 190.11º 0.83% 0.87% -
XYZ 32.23 42.44 74.9 -
YUV 147.79 169.31 48.98 -
System Red Green Blue C M Y K H S L
Decimal 37 190 221 0.83 0.14 0 0.13 190.11 0.73 0.51
Hex 25 BE DD 53 E 0 D BE 49 33
Octal 45 276 335 123 16 0 15 276 111 63
Binary 100101 10111110 11011101 1010011 1110 0 1101 10111110 1001001 110011

Color Harmonies of #25BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BEDD

Black with #25BEDD

Text Example


Text Example

White with #25BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,190,221); }

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

background-color css

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

 a { background-color: rgb(37,190,221); }

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

border-color css

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

 span { border-color: rgb(37,190,221); }

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