Html Css Color HEX #2ABCEC Summer Sky

📋 copy color: '#2ABCEC'

red 42 ◦ green 188 ◦ blue 236

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

Shades of Summer Sky #2ABCEC

Tints of Summer Sky #2ABCEC

RGB

 RED value IS 42 (16.8% from 255) = 9.01%

 GREEN value IS 188 (73.83% from 255) = 40.34%

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 9.01%
G = 40.34%
B = 50.64%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2ABCEC (or 0x2ABCEC) is known color: Summer Sky. HEX triplet: 2A, BC and EC. RGB value is (42,188,236). Sum of RGB (Red+Green+Blue) = 42+188+236=466 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.01% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #2ABCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABCEC is #D54313. Grayscale: #959595. Windows color (decimal): -13976340 or 15514666. OLE color: 15514666.

HSL color Cylindrical-coordinate representation of color #2ABCEC: hue angle of 194.85º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ABCEC is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 188 236 -
CMYK 0.82 0.20 0 0.07
HSL 194.85º 0.84% 0.55% -
HSV(B) 194.85º 0.82% 0.93% -
XYZ 34.08 42.51 85.77 -
YUV 149.82 176.63 51.1 -
System Red Green Blue C M Y K H S L
Decimal 42 188 236 0.82 0.20 0 0.07 194.85 0.84 0.55
Hex 2A BC EC 52 14 0 7 C3 54 37
Octal 52 274 354 122 24 0 7 303 124 67
Binary 101010 10111100 11101100 1010010 10100 0 111 11000011 1010100 110111

Color Harmonies of #2ABCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABCEC

Black with #2ABCEC

Text Example


Text Example

White with #2ABCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,188,236); }

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

background-color css

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

 a { background-color: rgb(42,188,236); }

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

border-color css

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

 span { border-color: rgb(42,188,236); }

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