#2BC5FD

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

Shades of Summer Sky #2BC5FD

Tints of Summer Sky #2BC5FD

Color information

#2BC5FD (or 0x2BC5FD) is unknown color: approx Summer Sky. HEX triplet: 2B, C5 and FD. RGB value is (43,197,253). Sum of RGB (Red+Green+Blue) = 43+197+253=493 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.72% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #2BC5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BC5FD is #D43A02. Grayscale: #9C9C9C. Windows color (decimal): -13908483 or 16631083. OLE color: 16631083.

HSL color Cylindrical-coordinate representation of color #2BC5FD: hue angle of 196º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BC5FD is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB43197253-
CMYK0.830.2200.01
HSL196º98.13%58.04%-
HSV(B)196º83%99.22%-
XYZ38.6947.54100.06-
YUV157.34181.9846.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.72%
GREEN value IS 197 (77.34% from 255) = 39.96%
BLUE value IS 253 (99.22% from 255) = 51.32%
R=8.72%
G=39.96%
B=51.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal431972530.830.2200.0119698.1358.04
Hex2BC5FD531601c4623a
Octal53305375123260130414272
Binary101011110001011111110110100111011001110001001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BC5FD; }

 p { color: rgb(43,197,253); }

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

<style>
 a { background-color: #2BC5FD; }

 a { background-color: rgb(43,197,253); }

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

<style>
 span { border-color: #2BC5FD; }

 span { border-color: rgb(43,197,253); }

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