Html Css Color HEX #389ED8 Summer Sky

📋 copy color: '#389ED8'

red 56 ◦ green 158 ◦ blue 216

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

Shades of Summer Sky #389ED8

Tints of Summer Sky #389ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.23%

R = 13.02%
G = 36.74%
B = 50.23%

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

#389ED8 (or 0x389ED8) is known color: Summer Sky. HEX triplet: 38, 9E and D8. RGB value is (56,158,216). Sum of RGB (Red+Green+Blue) = 56+158+216=430 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.02% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 216 (84.77% from 255 or 50.23% from 430); Max value from RGB is 216 - color contains mainly: blue. Hex color #389ED8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ED8 is #C76127. Grayscale: #858585. Windows color (decimal): -13066536 or 14196280. OLE color: 14196280.

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

Color convert

RGB 56 158 216 -
CMYK 0.74 0.27 0 0.15
HSL 201.75º 0.67% 0.53% -
HSV(B) 201.75º 0.74% 0.85% -
XYZ 26.25 30.25 69.42 -
YUV 134.11 174.21 72.28 -
System Red Green Blue C M Y K H S L
Decimal 56 158 216 0.74 0.27 0 0.15 201.75 0.67 0.53
Hex 38 9E D8 4A 1B 0 F CA 43 35
Octal 70 236 330 112 33 0 17 312 103 65
Binary 111000 10011110 11011000 1001010 11011 0 1111 11001010 1000011 110101

Color Harmonies of #389ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389ED8

Black with #389ED8

Text Example


Text Example

White with #389ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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