Html Css Color HEX #25ACF2 Summer Sky

📋 copy color: '#25ACF2'

red 37 ◦ green 172 ◦ blue 242

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

Shades of Summer Sky #25ACF2

Tints of Summer Sky #25ACF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 53.66%

R = 8.2%
G = 38.14%
B = 53.66%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#25ACF2 (or 0x25ACF2) is known color: Summer Sky. HEX triplet: 25, AC and F2. RGB value is (37,172,242). Sum of RGB (Red+Green+Blue) = 37+172+242=451 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.20% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 242 (94.92% from 255 or 53.66% from 451); Max value from RGB is 242 - color contains mainly: blue. Hex color #25ACF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25ACF2 is #DA530D. Grayscale: #8B8B8B. Windows color (decimal): -14308110 or 15903781. OLE color: 15903781.

HSL color Cylindrical-coordinate representation of color #25ACF2: hue angle of 200.49º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25ACF2 is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 172 242 -
CMYK 0.85 0.29 0 0.05
HSL 200.49º 0.89% 0.55% -
HSV(B) 200.49º 0.85% 0.95% -
XYZ 31.54 36.31 89.35 -
YUV 139.62 185.77 54.81 -
System Red Green Blue C M Y K H S L
Decimal 37 172 242 0.85 0.29 0 0.05 200.49 0.89 0.55
Hex 25 AC F2 55 1D 0 5 C8 59 37
Octal 45 254 362 125 35 0 5 310 131 67
Binary 100101 10101100 11110010 1010101 11101 0 101 11001000 1011001 110111

Color Harmonies of #25ACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ACF2

Black with #25ACF2

Text Example


Text Example

White with #25ACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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