Html Css Color HEX #25BFEA Summer Sky

📋 copy color: '#25BFEA'

red 37 ◦ green 191 ◦ blue 234

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

Shades of Summer Sky #25BFEA

Tints of Summer Sky #25BFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.65%

R = 8.01%
G = 41.34%
B = 50.65%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#25BFEA (or 0x25BFEA) is known color: Summer Sky. HEX triplet: 25, BF and EA. RGB value is (37,191,234). Sum of RGB (Red+Green+Blue) = 37+191+234=462 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.01% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #25BFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BFEA is #DA4015. Grayscale: #959595. Windows color (decimal): -14303254 or 15384357. OLE color: 15384357.

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

Color convert

RGB 37 191 234 -
CMYK 0.84 0.18 0 0.08
HSL 193.1º 0.82% 0.53% -
HSV(B) 193.1º 0.84% 0.92% -
XYZ 34.25 43.6 84.45 -
YUV 149.86 175.48 47.5 -
System Red Green Blue C M Y K H S L
Decimal 37 191 234 0.84 0.18 0 0.08 193.1 0.82 0.53
Hex 25 BF EA 54 12 0 8 C1 52 35
Octal 45 277 352 124 22 0 10 301 122 65
Binary 100101 10111111 11101010 1010100 10010 0 1000 11000001 1010010 110101

Color Harmonies of #25BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BFEA

Black with #25BFEA

Text Example


Text Example

White with #25BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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