#2CC0F1

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

Shades of Summer Sky #2CC0F1

Tints of Summer Sky #2CC0F1

Color information

#2CC0F1 (or 0x2CC0F1) is unknown color: approx Summer Sky. HEX triplet: 2C, C0 and F1. RGB value is (44,192,241). Sum of RGB (Red+Green+Blue) = 44+192+241=477 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.22% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #2CC0F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CC0F1 is #D33F0E. Grayscale: #989898. Windows color (decimal): -13844239 or 15843372. OLE color: 15843372.

HSL color Cylindrical-coordinate representation of color #2CC0F1: hue angle of 194.92º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CC0F1 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB44192241-
CMYK0.820.2000.05
HSL194.92º87.56%55.88%-
HSV(B)194.92º81.74%94.51%-
XYZ35.7744.5989.94-
YUV153.33177.4750.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.22%
GREEN value IS 192 (75.39% from 255) = 40.25%
BLUE value IS 241 (94.53% from 255) = 50.52%
R=9.22%
G=40.25%
B=50.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal441922410.820.2000.05194.9287.5655.88
Hex2CC0F1521405c35838
Octal54300361122240530313070
Binary10110011000000111100011010010101000101110000111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,192,241); }

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

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

 a { background-color: rgb(44,192,241); }

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

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

 span { border-color: rgb(44,192,241); }

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