Html Css Color HEX #389ED9 Summer Sky

📋 copy color: '#389ED9'

red 56 ◦ green 158 ◦ blue 217

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

Shades of Summer Sky #389ED9

Tints of Summer Sky #389ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 50.35%

R = 12.99%
G = 36.66%
B = 50.35%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#389ED9 (or 0x389ED9) is known color: Summer Sky. HEX triplet: 38, 9E and D9. RGB value is (56,158,217). Sum of RGB (Red+Green+Blue) = 56+158+217=431 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.99% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 217 (85.16% from 255 or 50.35% from 431); Max value from RGB is 217 - color contains mainly: blue. Hex color #389ED9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ED9 is #C76126. Grayscale: #858585. Windows color (decimal): -13066535 or 14261816. OLE color: 14261816.

HSL color Cylindrical-coordinate representation of color #389ED9: hue angle of 201.99º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #389ED9 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 158 217 -
CMYK 0.74 0.27 0 0.15
HSL 201.99º 0.68% 0.54% -
HSV(B) 201.99º 0.74% 0.85% -
XYZ 26.38 30.3 70.1 -
YUV 134.23 174.71 72.2 -
System Red Green Blue C M Y K H S L
Decimal 56 158 217 0.74 0.27 0 0.15 201.99 0.68 0.54
Hex 38 9E D9 4A 1B 0 F CA 44 36
Octal 70 236 331 112 33 0 17 312 104 66
Binary 111000 10011110 11011001 1001010 11011 0 1111 11001010 1000100 110110

Color Harmonies of #389ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389ED9

Black with #389ED9

Text Example


Text Example

White with #389ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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