Html Css Color HEX #25CAF1 Summer Sky

📋 copy color: '#25CAF1'

red 37 ◦ green 202 ◦ blue 241

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

Shades of Summer Sky #25CAF1

Tints of Summer Sky #25CAF1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.08%

 BLUE value IS 241 (94.53% from 255) = 50.21%

R = 7.71%
G = 42.08%
B = 50.21%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#25CAF1 (or 0x25CAF1) is known color: Summer Sky. HEX triplet: 25, CA and F1. RGB value is (37,202,241). Sum of RGB (Red+Green+Blue) = 37+202+241=480 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.71% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #25CAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25CAF1 is #DA350E. Grayscale: #9C9C9C. Windows color (decimal): -14300431 or 15845925. OLE color: 15845925.

HSL color Cylindrical-coordinate representation of color #25CAF1: hue angle of 191.47º degrees, saturation: 0.88, 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 #25CAF1 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 202 241 -
CMYK 0.85 0.16 0 0.05
HSL 191.47º 0.88% 0.55% -
HSV(B) 191.47º 0.85% 0.95% -
XYZ 37.76 48.99 90.68 -
YUV 157.11 175.34 42.33 -
System Red Green Blue C M Y K H S L
Decimal 37 202 241 0.85 0.16 0 0.05 191.47 0.88 0.55
Hex 25 CA F1 55 10 0 5 BF 58 37
Octal 45 312 361 125 20 0 5 277 130 67
Binary 100101 11001010 11110001 1010101 10000 0 101 10111111 1011000 110111

Color Harmonies of #25CAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CAF1

Black with #25CAF1

Text Example


Text Example

White with #25CAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,202,241); }

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

background-color css

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

 a { background-color: rgb(37,202,241); }

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

border-color css

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

 span { border-color: rgb(37,202,241); }

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