Html Css Color HEX #2CC4EB Summer Sky

📋 copy color: '#2CC4EB'

red 44 ◦ green 196 ◦ blue 235

#2CC4EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #2CC4EB

Tints of Summer Sky #2CC4EB

RGB

 RED value IS 44 (17.58% from 255) = 9.26%

 GREEN value IS 196 (76.95% from 255) = 41.26%

 BLUE value IS 235 (92.19% from 255) = 49.47%

R = 9.26%
G = 41.26%
B = 49.47%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2CC4EB (or 0x2CC4EB) is known color: Summer Sky. HEX triplet: 2C, C4 and EB. RGB value is (44,196,235). Sum of RGB (Red+Green+Blue) = 44+196+235=475 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.26% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #2CC4EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CC4EB is #D33B14. Grayscale: #9A9A9A. Windows color (decimal): -13843221 or 15451180. OLE color: 15451180.

HSL color Cylindrical-coordinate representation of color #2CC4EB: hue angle of 192.25º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CC4EB is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 44 196 235 -
CMYK 0.81 0.17 0 0.08
HSL 192.25º 0.83% 0.55% -
HSV(B) 192.25º 0.81% 0.92% -
XYZ 35.77 46.01 85.59 -
YUV 155 173.14 48.83 -
System Red Green Blue C M Y K H S L
Decimal 44 196 235 0.81 0.17 0 0.08 192.25 0.83 0.55
Hex 2C C4 EB 51 11 0 8 C0 53 37
Octal 54 304 353 121 21 0 10 300 123 67
Binary 101100 11000100 11101011 1010001 10001 0 1000 11000000 1010011 110111

Color Harmonies of #2CC4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC4EB

Black with #2CC4EB

Text Example


Text Example

White with #2CC4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,196,235); }

 H1.HeaderClassName
 {
   color: #2CC4EB;
 }
 .AnyTagClassName
 {
   color: #2CC4EB;
 }
</style>

background-color css

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

 a { background-color: rgb(44,196,235); }

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

border-color css

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

 span { border-color: rgb(44,196,235); }

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