Html Css Color HEX #25ACDB Summer Sky

📋 copy color: '#25ACDB'

red 37 ◦ green 172 ◦ blue 219

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

Shades of Summer Sky #25ACDB

Tints of Summer Sky #25ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.19%

 BLUE value IS 219 (85.94% from 255) = 51.17%

R = 8.64%
G = 40.19%
B = 51.17%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#25ACDB (or 0x25ACDB) is known color: Summer Sky. HEX triplet: 25, AC and DB. RGB value is (37,172,219). Sum of RGB (Red+Green+Blue) = 37+172+219=428 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.64% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #25ACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ACDB is #DA5324. Grayscale: #888888. Windows color (decimal): -14308133 or 14396453. OLE color: 14396453.

HSL color Cylindrical-coordinate representation of color #25ACDB: hue angle of 195.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 #25ACDB is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 172 219 -
CMYK 0.83 0.21 0 0.14
HSL 195.49º 0.72% 0.5% -
HSV(B) 195.49º 0.83% 0.86% -
XYZ 28.3 35.01 72.28 -
YUV 136.99 174.27 56.68 -
System Red Green Blue C M Y K H S L
Decimal 37 172 219 0.83 0.21 0 0.14 195.49 0.72 0.5
Hex 25 AC DB 53 15 0 E C3 48 32
Octal 45 254 333 123 25 0 16 303 110 62
Binary 100101 10101100 11011011 1010011 10101 0 1110 11000011 1001000 110010

Color Harmonies of #25ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ACDB

Black with #25ACDB

Text Example


Text Example

White with #25ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,172,219); }

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

background-color css

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

 a { background-color: rgb(37,172,219); }

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

border-color css

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

 span { border-color: rgb(37,172,219); }

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