Html Css Color HEX #389ECD Summer Sky

📋 copy color: '#389ECD'

red 56 ◦ green 158 ◦ blue 205

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

Shades of Summer Sky #389ECD

Tints of Summer Sky #389ECD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.71%

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

R = 13.37%
G = 37.71%
B = 48.93%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#389ECD (or 0x389ECD) is known color: Summer Sky. HEX triplet: 38, 9E and CD. RGB value is (56,158,205). Sum of RGB (Red+Green+Blue) = 56+158+205=419 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.37% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #389ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ECD is #C76132. Grayscale: #848484. Windows color (decimal): -13066547 or 13475384. OLE color: 13475384.

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

Color convert

RGB 56 158 205 -
CMYK 0.73 0.23 0 0.20
HSL 198.93º 0.6% 0.51% -
HSV(B) 198.93º 0.73% 0.8% -
XYZ 24.88 29.7 62.18 -
YUV 132.86 168.71 73.18 -
System Red Green Blue C M Y K H S L
Decimal 56 158 205 0.73 0.23 0 0.20 198.93 0.6 0.51
Hex 38 9E CD 49 17 0 14 C7 3C 33
Octal 70 236 315 111 27 0 24 307 74 63
Binary 111000 10011110 11001101 1001001 10111 0 10100 11000111 111100 110011

Color Harmonies of #389ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389ECD

Black with #389ECD

Text Example


Text Example

White with #389ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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