#20BFF1

Color #20BFF1 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #20BFF1

Tints of Summer Sky #20BFF1

Color information

#20BFF1 (or 0x20BFF1) is unknown color: approx Summer Sky. HEX triplet: 20, BF and F1. RGB value is (32,191,241). Sum of RGB (Red+Green+Blue) = 32+191+241=464 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.90% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #20BFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BFF1 is #DF400E. Grayscale: #949494. Windows color (decimal): -14630927 or 15843104. OLE color: 15843104.

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

Color convert

RGB32191241-
CMYK0.870.2100.05
HSL194.35º88.19%53.53%-
HSV(B)194.35º86.72%94.51%-
XYZ35.143.9289.85-
YUV149.16179.8244.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.90%
GREEN value IS 191 (75% from 255) = 41.16%
BLUE value IS 241 (94.53% from 255) = 51.94%
R=6.90%
G=41.16%
B=51.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal321912410.870.2100.05194.3588.1953.53
Hex20BFF1571505c25836
Octal40277361127250530213066
Binary10000010111111111100011010111101010101110000101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20BFF1; }

 p { color: rgb(32,191,241); }

 H1.HeaderClassName
 {
   color: #20BFF1;
 }
 .AnyTagClassName
 {
   color: #20BFF1;
 }
</style>
background-color css

<style>
 a { background-color: #20BFF1; }

 a { background-color: rgb(32,191,241); }

 div.DivClassName
 {
   background-color: #20BFF1;
 }
 .BgClassName
 {
   background-color: #20BFF1;
 }
</style>
border-color css

<style>
 span { border-color: #20BFF1; }

 span { border-color: rgb(32,191,241); }

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