Html Css Color HEX #3ABCE0 Summer Sky

📋 copy color: '#3ABCE0'

red 58 ◦ green 188 ◦ blue 224

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

Shades of Summer Sky #3ABCE0

Tints of Summer Sky #3ABCE0

RGB

 RED value IS 58 (23.05% from 255) = 12.34%

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

 BLUE value IS 224 (87.89% from 255) = 47.66%

R = 12.34%
G = 40%
B = 47.66%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3ABCE0 (or 0x3ABCE0) is known color: Summer Sky. HEX triplet: 3A, BC and E0. RGB value is (58,188,224). Sum of RGB (Red+Green+Blue) = 58+188+224=470 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.34% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #3ABCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABCE0 is #C5431F. Grayscale: #989898. Windows color (decimal): -12927776 or 14728250. OLE color: 14728250.

HSL color Cylindrical-coordinate representation of color #3ABCE0: hue angle of 193.01º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ABCE0 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 58 188 224 -
CMYK 0.74 0.16 0 0.12
HSL 193.01º 0.73% 0.55% -
HSV(B) 193.01º 0.74% 0.88% -
XYZ 33.18 42.25 76.93 -
YUV 153.23 167.93 60.07 -
System Red Green Blue C M Y K H S L
Decimal 58 188 224 0.74 0.16 0 0.12 193.01 0.73 0.55
Hex 3A BC E0 4A 10 0 C C1 49 37
Octal 72 274 340 112 20 0 14 301 111 67
Binary 111010 10111100 11100000 1001010 10000 0 1100 11000001 1001001 110111

Color Harmonies of #3ABCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABCE0

Black with #3ABCE0

Text Example


Text Example

White with #3ABCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3ABCE0; }

 p { color: rgb(58,188,224); }

 H1.HeaderClassName
 {
   color: #3ABCE0;
 }
 .AnyTagClassName
 {
   color: #3ABCE0;
 }
</style>

background-color css

<style>
 a { background-color: #3ABCE0; }

 a { background-color: rgb(58,188,224); }

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

border-color css

<style>
 span { border-color: #3ABCE0; }

 span { border-color: rgb(58,188,224); }

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