Html Css Color HEX #25BCDC Summer Sky

📋 copy color: '#25BCDC'

red 37 ◦ green 188 ◦ blue 220

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

Shades of Summer Sky #25BCDC

Tints of Summer Sky #25BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.25%

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 8.31%
G = 42.25%
B = 49.44%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#25BCDC (or 0x25BCDC) is known color: Summer Sky. HEX triplet: 25, BC and DC. RGB value is (37,188,220). Sum of RGB (Red+Green+Blue) = 37+188+220=445 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.31% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #25BCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BCDC is #DA4323. Grayscale: #929292. Windows color (decimal): -14304036 or 14466085. OLE color: 14466085.

HSL color Cylindrical-coordinate representation of color #25BCDC: hue angle of 190.49º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25BCDC is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 188 220 -
CMYK 0.83 0.15 0 0.14
HSL 190.49º 0.72% 0.5% -
HSV(B) 190.49º 0.83% 0.86% -
XYZ 31.66 41.53 74.06 -
YUV 146.5 169.47 49.9 -
System Red Green Blue C M Y K H S L
Decimal 37 188 220 0.83 0.15 0 0.14 190.49 0.72 0.5
Hex 25 BC DC 53 F 0 E BE 48 32
Octal 45 274 334 123 17 0 16 276 110 62
Binary 100101 10111100 11011100 1010011 1111 0 1110 10111110 1001000 110010

Color Harmonies of #25BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BCDC

Black with #25BCDC

Text Example


Text Example

White with #25BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,188,220); }

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

background-color css

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

 a { background-color: rgb(37,188,220); }

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

border-color css

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

 span { border-color: rgb(37,188,220); }

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