Html Css Color HEX #25AFDB Summer Sky

📋 copy color: '#25AFDB'

red 37 ◦ green 175 ◦ blue 219

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

Shades of Summer Sky #25AFDB

Tints of Summer Sky #25AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.6%

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

R = 8.58%
G = 40.6%
B = 50.81%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#25AFDB (or 0x25AFDB) is known color: Summer Sky. HEX triplet: 25, AF and DB. RGB value is (37,175,219). Sum of RGB (Red+Green+Blue) = 37+175+219=431 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.58% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #25AFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AFDB is #DA5024. Grayscale: #8A8A8A. Windows color (decimal): -14307365 or 14397221. OLE color: 14397221.

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

Color convert

RGB 37 175 219 -
CMYK 0.83 0.20 0 0.14
HSL 194.51º 0.72% 0.5% -
HSV(B) 194.51º 0.83% 0.86% -
XYZ 28.88 36.17 72.48 -
YUV 138.75 173.28 55.42 -
System Red Green Blue C M Y K H S L
Decimal 37 175 219 0.83 0.20 0 0.14 194.51 0.72 0.5
Hex 25 AF DB 53 14 0 E C3 48 32
Octal 45 257 333 123 24 0 16 303 110 62
Binary 100101 10101111 11011011 1010011 10100 0 1110 11000011 1001000 110010

Color Harmonies of #25AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AFDB

Black with #25AFDB

Text Example


Text Example

White with #25AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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