#2BCCFD

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

Shades of Summer Sky #2BCCFD

Tints of Summer Sky #2BCCFD

Color information

#2BCCFD (or 0x2BCCFD) is unknown color: approx Summer Sky. HEX triplet: 2B, CC and FD. RGB value is (43,204,253). Sum of RGB (Red+Green+Blue) = 43+204+253=500 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.6% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #2BCCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCCFD is #D43302. Grayscale: #A1A1A1. Windows color (decimal): -13906691 or 16632875. OLE color: 16632875.

HSL color Cylindrical-coordinate representation of color #2BCCFD: hue angle of 194º 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 #2BCCFD is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB43204253-
CMYK0.830.1900.01
HSL194º98.13%58.04%-
HSV(B)194º83%99.22%-
XYZ40.3250.79100.61-
YUV161.45179.6643.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.6%
GREEN value IS 204 (80.08% from 255) = 40.8%
BLUE value IS 253 (99.22% from 255) = 50.6%
R=8.6%
G=40.8%
B=50.6%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal432042530.830.1900.0119498.1358.04
Hex2BCCFD531301c2623a
Octal53314375123230130214272
Binary101011110011001111110110100111001101110000101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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