Html Css Color HEX #25BFE0 Summer Sky

📋 copy color: '#25BFE0'

red 37 ◦ green 191 ◦ blue 224

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

Shades of Summer Sky #25BFE0

Tints of Summer Sky #25BFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 42.26%

 BLUE value IS 224 (87.89% from 255) = 49.56%

R = 8.19%
G = 42.26%
B = 49.56%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#25BFE0 (or 0x25BFE0) is known color: Summer Sky. HEX triplet: 25, BF and E0. RGB value is (37,191,224). Sum of RGB (Red+Green+Blue) = 37+191+224=452 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.19% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #25BFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BFE0 is #DA401F. Grayscale: #949494. Windows color (decimal): -14303264 or 14728997. OLE color: 14728997.

HSL color Cylindrical-coordinate representation of color #25BFE0: hue angle of 190.59º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25BFE0 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 191 224 -
CMYK 0.83 0.15 0 0.12
HSL 190.59º 0.75% 0.51% -
HSV(B) 190.59º 0.83% 0.88% -
XYZ 32.85 43.04 77.1 -
YUV 148.72 170.48 48.32 -
System Red Green Blue C M Y K H S L
Decimal 37 191 224 0.83 0.15 0 0.12 190.59 0.75 0.51
Hex 25 BF E0 53 F 0 C BF 4B 33
Octal 45 277 340 123 17 0 14 277 113 63
Binary 100101 10111111 11100000 1010011 1111 0 1100 10111111 1001011 110011

Color Harmonies of #25BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BFE0

Black with #25BFE0

Text Example


Text Example

White with #25BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,191,224); }

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

background-color css

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

 a { background-color: rgb(37,191,224); }

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

border-color css

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

 span { border-color: rgb(37,191,224); }

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