Html Css Color HEX #25BACD Summer Sky

📋 copy color: '#25BACD'

red 37 ◦ green 186 ◦ blue 205

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

Shades of Summer Sky #25BACD

Tints of Summer Sky #25BACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 8.64%
G = 43.46%
B = 47.9%

CMYK

 C value IS 0.82

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#25BACD (or 0x25BACD) is known color: Summer Sky. HEX triplet: 25, BA and CD. RGB value is (37,186,205). Sum of RGB (Red+Green+Blue) = 37+186+205=428 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.64% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #25BACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BACD is #DA4532. Grayscale: #8F8F8F. Windows color (decimal): -14304563 or 13482533. OLE color: 13482533.

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

Color convert

RGB 37 186 205 -
CMYK 0.82 0.09 0 0.20
HSL 186.79º 0.69% 0.47% -
HSV(B) 186.79º 0.82% 0.8% -
XYZ 29.34 39.92 63.92 -
YUV 143.62 162.64 51.96 -
System Red Green Blue C M Y K H S L
Decimal 37 186 205 0.82 0.09 0 0.20 186.79 0.69 0.47
Hex 25 BA CD 52 9 0 14 BB 45 2F
Octal 45 272 315 122 11 0 24 273 105 57
Binary 100101 10111010 11001101 1010010 1001 0 10100 10111011 1000101 101111

Color Harmonies of #25BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BACD

Black with #25BACD

Text Example


Text Example

White with #25BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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