Html Css Color HEX #389ACD Summer Sky

📋 copy color: '#389ACD'

red 56 ◦ green 154 ◦ blue 205

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

Shades of Summer Sky #389ACD

Tints of Summer Sky #389ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 13.49%
G = 37.11%
B = 49.4%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#389ACD (or 0x389ACD) is known color: Summer Sky. HEX triplet: 38, 9A and CD. RGB value is (56,154,205). Sum of RGB (Red+Green+Blue) = 56+154+205=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #389ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ACD is #C76532. Grayscale: #828282. Windows color (decimal): -13067571 or 13474360. OLE color: 13474360.

HSL color Cylindrical-coordinate representation of color #389ACD: hue angle of 200.54º degrees, saturation: 0.6, 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 #389ACD is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 154 205 -
CMYK 0.73 0.25 0 0.20
HSL 200.54º 0.6% 0.51% -
HSV(B) 200.54º 0.73% 0.8% -
XYZ 24.21 28.36 61.96 -
YUV 130.51 170.03 74.85 -
System Red Green Blue C M Y K H S L
Decimal 56 154 205 0.73 0.25 0 0.20 200.54 0.6 0.51
Hex 38 9A CD 49 19 0 14 C9 3C 33
Octal 70 232 315 111 31 0 24 311 74 63
Binary 111000 10011010 11001101 1001001 11001 0 10100 11001001 111100 110011

Color Harmonies of #389ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389ACD

Black with #389ACD

Text Example


Text Example

White with #389ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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