Html Css Color HEX #3ABEE0 Summer Sky

📋 copy color: '#3ABEE0'

red 58 ◦ green 190 ◦ blue 224

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

Shades of Summer Sky #3ABEE0

Tints of Summer Sky #3ABEE0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.25%

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

R = 12.29%
G = 40.25%
B = 47.46%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3ABEE0 (or 0x3ABEE0) is known color: Summer Sky. HEX triplet: 3A, BE and E0. RGB value is (58,190,224). Sum of RGB (Red+Green+Blue) = 58+190+224=472 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.29% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #3ABEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABEE0 is #C5411F. Grayscale: #9A9A9A. Windows color (decimal): -12927264 or 14728762. OLE color: 14728762.

HSL color Cylindrical-coordinate representation of color #3ABEE0: hue angle of 192.29º 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 #3ABEE0 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 58 190 224 -
CMYK 0.74 0.15 0 0.12
HSL 192.29º 0.73% 0.55% -
HSV(B) 192.29º 0.74% 0.88% -
XYZ 33.61 43.11 77.07 -
YUV 154.41 167.27 59.24 -
System Red Green Blue C M Y K H S L
Decimal 58 190 224 0.74 0.15 0 0.12 192.29 0.73 0.55
Hex 3A BE E0 4A F 0 C C0 49 37
Octal 72 276 340 112 17 0 14 300 111 67
Binary 111010 10111110 11100000 1001010 1111 0 1100 11000000 1001001 110111

Color Harmonies of #3ABEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABEE0

Black with #3ABEE0

Text Example


Text Example

White with #3ABEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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