#2C98E1

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

Shades of Summer Sky #2C98E1

Tints of Summer Sky #2C98E1

Color information

#2C98E1 (or 0x2C98E1) is unknown color: approx Summer Sky. HEX triplet: 2C, 98 and E1. RGB value is (44,152,225). Sum of RGB (Red+Green+Blue) = 44+152+225=421 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.45% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #2C98E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C98E1 is #D3671E. Grayscale: #7F7F7F. Windows color (decimal): -13854495 or 14784556. OLE color: 14784556.

HSL color Cylindrical-coordinate representation of color #2C98E1: hue angle of 204.2º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C98E1 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB44152225-
CMYK0.800.3200.12
HSL204.2º75.1%52.75%-
HSV(B)204.2º80.44%88.24%-
XYZ25.8628.4375.36-
YUV128.03182.7268.06-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.45%
GREEN value IS 152 (59.77% from 255) = 36.10%
BLUE value IS 225 (88.28% from 255) = 53.44%
R=10.45%
G=36.10%
B=53.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal441522250.800.3200.12204.275.152.75
Hex2C98E150200Ccc4b35
Octal542303411204001431411365
Binary1011001001100011100001101000010000001100110011001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C98E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,152,225); }

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

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

 a { background-color: rgb(44,152,225); }

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

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

 span { border-color: rgb(44,152,225); }

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