Html Css Color HEX #25BAEA Summer Sky

📋 copy color: '#25BAEA'

red 37 ◦ green 186 ◦ blue 234

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

Shades of Summer Sky #25BAEA

Tints of Summer Sky #25BAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.7%

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

R = 8.1%
G = 40.7%
B = 51.2%

CMYK

 C value IS 0.84

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#25BAEA (or 0x25BAEA) is known color: Summer Sky. HEX triplet: 25, BA and EA. RGB value is (37,186,234). Sum of RGB (Red+Green+Blue) = 37+186+234=457 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.10% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #25BAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BAEA is #DA4515. Grayscale: #929292. Windows color (decimal): -14304534 or 15383077. OLE color: 15383077.

HSL color Cylindrical-coordinate representation of color #25BAEA: hue angle of 194.62º 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 #25BAEA is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 186 234 -
CMYK 0.84 0.21 0 0.08
HSL 194.62º 0.82% 0.53% -
HSV(B) 194.62º 0.84% 0.92% -
XYZ 33.17 41.45 84.09 -
YUV 146.92 177.14 49.6 -
System Red Green Blue C M Y K H S L
Decimal 37 186 234 0.84 0.21 0 0.08 194.62 0.82 0.53
Hex 25 BA EA 54 15 0 8 C3 52 35
Octal 45 272 352 124 25 0 10 303 122 65
Binary 100101 10111010 11101010 1010100 10101 0 1000 11000011 1010010 110101

Color Harmonies of #25BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BAEA

Black with #25BAEA

Text Example


Text Example

White with #25BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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