Html Css Color HEX #389ACC Summer Sky

📋 copy color: '#389ACC'

red 56 ◦ green 154 ◦ blue 204

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

Shades of Summer Sky #389ACC

Tints of Summer Sky #389ACC

RGB

 RED value IS 56 (22.27% from 255) = 13.53%

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

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 13.53%
G = 37.2%
B = 49.28%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#389ACC (or 0x389ACC) is known color: Summer Sky. HEX triplet: 38, 9A and CC. RGB value is (56,154,204). Sum of RGB (Red+Green+Blue) = 56+154+204=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #389ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ACC is #C76533. Grayscale: #828282. Windows color (decimal): -13067572 or 13408824. OLE color: 13408824.

HSL color Cylindrical-coordinate representation of color #389ACC: hue angle of 200.27º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #389ACC is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 154 204 -
CMYK 0.73 0.25 0 0.2
HSL 200.27º 0.59% 0.51% -
HSV(B) 200.27º 0.73% 0.8% -
XYZ 24.09 28.31 61.32 -
YUV 130.4 169.53 74.93 -
System Red Green Blue C M Y K H S L
Decimal 56 154 204 0.73 0.25 0 0.2 200.27 0.59 0.51
Hex 38 9A CC 49 19 0 14 C8 3B 33
Octal 70 232 314 111 31 0 24 310 73 63
Binary 111000 10011010 11001100 1001001 11001 0 10100 11001000 111011 110011

Color Harmonies of #389ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389ACC

Black with #389ACC

Text Example


Text Example

White with #389ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389ACC; }

 p { color: rgb(56,154,204); }

 H1.HeaderClassName
 {
   color: #389ACC;
 }
 .AnyTagClassName
 {
   color: #389ACC;
 }
</style>

background-color css

<style>
 a { background-color: #389ACC; }

 a { background-color: rgb(56,154,204); }

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

border-color css

<style>
 span { border-color: #389ACC; }

 span { border-color: rgb(56,154,204); }

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