Html Css Color HEX #379ACE Summer Sky

📋 copy color: '#379ACE'

red 55 ◦ green 154 ◦ blue 206

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

Shades of Summer Sky #379ACE

Tints of Summer Sky #379ACE

RGB

 RED value IS 55 (21.88% from 255) = 13.25%

 GREEN value IS 154 (60.55% from 255) = 37.11%

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 13.25%
G = 37.11%
B = 49.64%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#379ACE (or 0x379ACE) is known color: Summer Sky. HEX triplet: 37, 9A and CE. RGB value is (55,154,206). Sum of RGB (Red+Green+Blue) = 55+154+206=415 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.25% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #379ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379ACE is #C86531. Grayscale: #828282. Windows color (decimal): -13133106 or 13539895. OLE color: 13539895.

HSL color Cylindrical-coordinate representation of color #379ACE: hue angle of 200.66º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #379ACE is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 154 206 -
CMYK 0.73 0.25 0 0.19
HSL 200.66º 0.61% 0.51% -
HSV(B) 200.66º 0.73% 0.81% -
XYZ 24.27 28.38 62.59 -
YUV 130.33 170.7 74.27 -
System Red Green Blue C M Y K H S L
Decimal 55 154 206 0.73 0.25 0 0.19 200.66 0.61 0.51
Hex 37 9A CE 49 19 0 13 C9 3D 33
Octal 67 232 316 111 31 0 23 311 75 63
Binary 110111 10011010 11001110 1001001 11001 0 10011 11001001 111101 110011

Color Harmonies of #379ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379ACE

Black with #379ACE

Text Example


Text Example

White with #379ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379ACE; }

 p { color: rgb(55,154,206); }

 H1.HeaderClassName
 {
   color: #379ACE;
 }
 .AnyTagClassName
 {
   color: #379ACE;
 }
</style>

background-color css

<style>
 a { background-color: #379ACE; }

 a { background-color: rgb(55,154,206); }

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

border-color css

<style>
 span { border-color: #379ACE; }

 span { border-color: rgb(55,154,206); }

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