Html Css Color HEX #3ABCDE Summer Sky

📋 copy color: '#3ABCDE'

red 58 ◦ green 188 ◦ blue 222

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

Shades of Summer Sky #3ABCDE

Tints of Summer Sky #3ABCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.44%

R = 12.39%
G = 40.17%
B = 47.44%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3ABCDE (or 0x3ABCDE) is known color: Summer Sky. HEX triplet: 3A, BC and DE. RGB value is (58,188,222). Sum of RGB (Red+Green+Blue) = 58+188+222=468 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.39% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #3ABCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABCDE is #C54321. Grayscale: #989898. Windows color (decimal): -12927778 or 14597178. OLE color: 14597178.

HSL color Cylindrical-coordinate representation of color #3ABCDE: hue angle of 192.44º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ABCDE is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 188 222 -
CMYK 0.74 0.15 0 0.13
HSL 192.44º 0.71% 0.55% -
HSV(B) 192.44º 0.74% 0.87% -
XYZ 32.91 42.14 75.51 -
YUV 153.01 166.93 60.24 -
System Red Green Blue C M Y K H S L
Decimal 58 188 222 0.74 0.15 0 0.13 192.44 0.71 0.55
Hex 3A BC DE 4A F 0 D C0 47 37
Octal 72 274 336 112 17 0 15 300 107 67
Binary 111010 10111100 11011110 1001010 1111 0 1101 11000000 1000111 110111

Color Harmonies of #3ABCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABCDE

Black with #3ABCDE

Text Example


Text Example

White with #3ABCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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