Html Css Color HEX #399ADC Summer Sky

📋 copy color: '#399ADC'

red 57 ◦ green 154 ◦ blue 220

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

Shades of Summer Sky #399ADC

Tints of Summer Sky #399ADC

RGB

 RED value IS 57 (22.66% from 255) = 13.23%

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

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 13.23%
G = 35.73%
B = 51.04%

CMYK

 C value IS 0.74

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#399ADC (or 0x399ADC) is known color: Summer Sky. HEX triplet: 39, 9A and DC. RGB value is (57,154,220). Sum of RGB (Red+Green+Blue) = 57+154+220=431 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.23% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #399ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399ADC is #C66523. Grayscale: #848484. Windows color (decimal): -13002020 or 14457401. OLE color: 14457401.

HSL color Cylindrical-coordinate representation of color #399ADC: hue angle of 204.29º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #399ADC is Cyan = 0.74, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 154 220 -
CMYK 0.74 0.3 0 0.14
HSL 204.29º 0.7% 0.54% -
HSV(B) 204.29º 0.74% 0.86% -
XYZ 26.16 29.15 71.96 -
YUV 132.52 177.36 74.13 -
System Red Green Blue C M Y K H S L
Decimal 57 154 220 0.74 0.3 0 0.14 204.29 0.7 0.54
Hex 39 9A DC 4A 1E 0 E CC 46 36
Octal 71 232 334 112 36 0 16 314 106 66
Binary 111001 10011010 11011100 1001010 11110 0 1110 11001100 1000110 110110

Color Harmonies of #399ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399ADC

Black with #399ADC

Text Example


Text Example

White with #399ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399ADC; }

 p { color: rgb(57,154,220); }

 H1.HeaderClassName
 {
   color: #399ADC;
 }
 .AnyTagClassName
 {
   color: #399ADC;
 }
</style>

background-color css

<style>
 a { background-color: #399ADC; }

 a { background-color: rgb(57,154,220); }

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

border-color css

<style>
 span { border-color: #399ADC; }

 span { border-color: rgb(57,154,220); }

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