Html Css Color HEX #389ECE Summer Sky

📋 copy color: '#389ECE'

red 56 ◦ green 158 ◦ blue 206

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

Shades of Summer Sky #389ECE

Tints of Summer Sky #389ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 13.33%
G = 37.62%
B = 49.05%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#389ECE (or 0x389ECE) is known color: Summer Sky. HEX triplet: 38, 9E and CE. RGB value is (56,158,206). Sum of RGB (Red+Green+Blue) = 56+158+206=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #389ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ECE is #C76131. Grayscale: #848484. Windows color (decimal): -13066546 or 13540920. OLE color: 13540920.

HSL color Cylindrical-coordinate representation of color #389ECE: hue angle of 199.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #389ECE is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 158 206 -
CMYK 0.73 0.23 0 0.19
HSL 199.2º 0.6% 0.51% -
HSV(B) 199.2º 0.73% 0.81% -
XYZ 25 29.75 62.82 -
YUV 132.97 169.21 73.1 -
System Red Green Blue C M Y K H S L
Decimal 56 158 206 0.73 0.23 0 0.19 199.2 0.6 0.51
Hex 38 9E CE 49 17 0 13 C7 3C 33
Octal 70 236 316 111 27 0 23 307 74 63
Binary 111000 10011110 11001110 1001001 10111 0 10011 11000111 111100 110011

Color Harmonies of #389ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389ECE

Black with #389ECE

Text Example


Text Example

White with #389ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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