Html Css Color HEX #389ECC Summer Sky

📋 copy color: '#389ECC'

red 56 ◦ green 158 ◦ blue 204

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

Shades of Summer Sky #389ECC

Tints of Summer Sky #389ECC

RGB

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

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

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

R = 13.4%
G = 37.8%
B = 48.8%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#389ECC (or 0x389ECC) is known color: Summer Sky. HEX triplet: 38, 9E and CC. RGB value is (56,158,204). Sum of RGB (Red+Green+Blue) = 56+158+204=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #389ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ECC is #C76133. Grayscale: #848484. Windows color (decimal): -13066548 or 13409848. OLE color: 13409848.

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

Color convert

RGB 56 158 204 -
CMYK 0.73 0.23 0 0.2
HSL 198.65º 0.59% 0.51% -
HSV(B) 198.65º 0.73% 0.8% -
XYZ 24.76 29.65 61.55 -
YUV 132.75 168.21 73.26 -
System Red Green Blue C M Y K H S L
Decimal 56 158 204 0.73 0.23 0 0.2 198.65 0.59 0.51
Hex 38 9E CC 49 17 0 14 C7 3B 33
Octal 70 236 314 111 27 0 24 307 73 63
Binary 111000 10011110 11001100 1001001 10111 0 10100 11000111 111011 110011

Color Harmonies of #389ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389ECC

Black with #389ECC

Text Example


Text Example

White with #389ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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