Html Css Color HEX #389ACE Summer Sky

📋 copy color: '#389ACE'

red 56 ◦ green 154 ◦ blue 206

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

Shades of Summer Sky #389ACE

Tints of Summer Sky #389ACE

RGB

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

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

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

R = 13.46%
G = 37.02%
B = 49.52%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#389ACE (or 0x389ACE) is known color: Summer Sky. HEX triplet: 38, 9A and CE. RGB value is (56,154,206). Sum of RGB (Red+Green+Blue) = 56+154+206=416 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.46% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #389ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ACE is #C76531. Grayscale: #828282. Windows color (decimal): -13067570 or 13539896. OLE color: 13539896.

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

Color convert

RGB 56 154 206 -
CMYK 0.73 0.25 0 0.19
HSL 200.8º 0.6% 0.51% -
HSV(B) 200.8º 0.73% 0.81% -
XYZ 24.33 28.41 62.59 -
YUV 130.63 170.53 74.77 -
System Red Green Blue C M Y K H S L
Decimal 56 154 206 0.73 0.25 0 0.19 200.8 0.6 0.51
Hex 38 9A CE 49 19 0 13 C9 3C 33
Octal 70 232 316 111 31 0 23 311 74 63
Binary 111000 10011010 11001110 1001001 11001 0 10011 11001001 111100 110011

Color Harmonies of #389ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389ACE

Black with #389ACE

Text Example


Text Example

White with #389ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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