Html Css Color HEX #3A9CD8 Summer Sky

📋 copy color: '#3A9CD8'

red 58 ◦ green 156 ◦ blue 216

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

Shades of Summer Sky #3A9CD8

Tints of Summer Sky #3A9CD8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.28%

 BLUE value IS 216 (84.77% from 255) = 50.23%

R = 13.49%
G = 36.28%
B = 50.23%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3A9CD8 (or 0x3A9CD8) is known color: Summer Sky. HEX triplet: 3A, 9C and D8. RGB value is (58,156,216). Sum of RGB (Red+Green+Blue) = 58+156+216=430 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.49% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 216 (84.77% from 255 or 50.23% from 430); Max value from RGB is 216 - color contains mainly: blue. Hex color #3A9CD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9CD8 is #C56327. Grayscale: #858585. Windows color (decimal): -12935976 or 14195770. OLE color: 14195770.

HSL color Cylindrical-coordinate representation of color #3A9CD8: hue angle of 202.78º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A9CD8 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 156 216 -
CMYK 0.73 0.28 0 0.15
HSL 202.78º 0.67% 0.54% -
HSV(B) 202.78º 0.73% 0.85% -
XYZ 26.03 29.63 69.31 -
YUV 133.54 174.53 74.12 -
System Red Green Blue C M Y K H S L
Decimal 58 156 216 0.73 0.28 0 0.15 202.78 0.67 0.54
Hex 3A 9C D8 49 1C 0 F CB 43 36
Octal 72 234 330 111 34 0 17 313 103 66
Binary 111010 10011100 11011000 1001001 11100 0 1111 11001011 1000011 110110

Color Harmonies of #3A9CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9CD8

Black with #3A9CD8

Text Example


Text Example

White with #3A9CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,156,216); }

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

background-color css

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

 a { background-color: rgb(58,156,216); }

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

border-color css

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

 span { border-color: rgb(58,156,216); }

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