Html Css Color HEX #25BACE Summer Sky

📋 copy color: '#25BACE'

red 37 ◦ green 186 ◦ blue 206

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

Shades of Summer Sky #25BACE

Tints of Summer Sky #25BACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 8.62%
G = 43.36%
B = 48.02%

CMYK

 C value IS 0.82

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#25BACE (or 0x25BACE) is known color: Summer Sky. HEX triplet: 25, BA and CE. RGB value is (37,186,206). Sum of RGB (Red+Green+Blue) = 37+186+206=429 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.62% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #25BACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BACE is #DA4531. Grayscale: #8F8F8F. Windows color (decimal): -14304562 or 13548069. OLE color: 13548069.

HSL color Cylindrical-coordinate representation of color #25BACE: hue angle of 187.1º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25BACE is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 186 206 -
CMYK 0.82 0.10 0 0.19
HSL 187.1º 0.7% 0.48% -
HSV(B) 187.1º 0.82% 0.81% -
XYZ 29.46 39.97 64.55 -
YUV 143.73 163.14 51.87 -
System Red Green Blue C M Y K H S L
Decimal 37 186 206 0.82 0.10 0 0.19 187.1 0.7 0.48
Hex 25 BA CE 52 A 0 13 BB 46 30
Octal 45 272 316 122 12 0 23 273 106 60
Binary 100101 10111010 11001110 1010010 1010 0 10011 10111011 1000110 110000

Color Harmonies of #25BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BACE

Black with #25BACE

Text Example


Text Example

White with #25BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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