Html Css Color HEX #25BACA Summer Sky

📋 copy color: '#25BACA'

red 37 ◦ green 186 ◦ blue 202

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

Shades of Summer Sky #25BACA

Tints of Summer Sky #25BACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.53%

R = 8.71%
G = 43.76%
B = 47.53%

CMYK

 C value IS 0.82

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#25BACA (or 0x25BACA) is known color: Summer Sky. HEX triplet: 25, BA and CA. RGB value is (37,186,202). Sum of RGB (Red+Green+Blue) = 37+186+202=425 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.71% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #25BACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BACA is #DA4535. Grayscale: #8F8F8F. Windows color (decimal): -14304566 or 13285925. OLE color: 13285925.

HSL color Cylindrical-coordinate representation of color #25BACA: hue angle of 185.82º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25BACA is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 186 202 -
CMYK 0.82 0.08 0 0.21
HSL 185.82º 0.69% 0.47% -
HSV(B) 185.82º 0.82% 0.79% -
XYZ 28.98 39.78 62.03 -
YUV 143.27 161.14 52.2 -
System Red Green Blue C M Y K H S L
Decimal 37 186 202 0.82 0.08 0 0.21 185.82 0.69 0.47
Hex 25 BA CA 52 8 0 15 BA 45 2F
Octal 45 272 312 122 10 0 25 272 105 57
Binary 100101 10111010 11001010 1010010 1000 0 10101 10111010 1000101 101111

Color Harmonies of #25BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BACA

Black with #25BACA

Text Example


Text Example

White with #25BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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