Html Css Color HEX #21AFF1 Summer Sky

📋 copy color: '#21AFF1'

red 33 ◦ green 175 ◦ blue 241

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

Shades of Summer Sky #21AFF1

Tints of Summer Sky #21AFF1

RGB

 RED value IS 33 (13.28% from 255) = 7.35%

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

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

R = 7.35%
G = 38.98%
B = 53.67%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#21AFF1 (or 0x21AFF1) is known color: Summer Sky. HEX triplet: 21, AF and F1. RGB value is (33,175,241). Sum of RGB (Red+Green+Blue) = 33+175+241=449 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.35% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #21AFF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21AFF1 is #DE500E. Grayscale: #8B8B8B. Windows color (decimal): -14569487 or 15839009. OLE color: 15839009.

HSL color Cylindrical-coordinate representation of color #21AFF1: hue angle of 199.04º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21AFF1 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 175 241 -
CMYK 0.86 0.27 0 0.05
HSL 199.04º 0.88% 0.54% -
HSV(B) 199.04º 0.86% 0.95% -
XYZ 31.83 37.33 88.75 -
YUV 140.07 184.96 51.63 -
System Red Green Blue C M Y K H S L
Decimal 33 175 241 0.86 0.27 0 0.05 199.04 0.88 0.54
Hex 21 AF F1 56 1B 0 5 C7 58 36
Octal 41 257 361 126 33 0 5 307 130 66
Binary 100001 10101111 11110001 1010110 11011 0 101 11000111 1011000 110110

Color Harmonies of #21AFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AFF1

Black with #21AFF1

Text Example


Text Example

White with #21AFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21AFF1; }

 p { color: rgb(33,175,241); }

 H1.HeaderClassName
 {
   color: #21AFF1;
 }
 .AnyTagClassName
 {
   color: #21AFF1;
 }
</style>

background-color css

<style>
 a { background-color: #21AFF1; }

 a { background-color: rgb(33,175,241); }

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

border-color css

<style>
 span { border-color: #21AFF1; }

 span { border-color: rgb(33,175,241); }

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