Html Css Color HEX #389FD8 Summer Sky

📋 copy color: '#389FD8'

red 56 ◦ green 159 ◦ blue 216

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

Shades of Summer Sky #389FD8

Tints of Summer Sky #389FD8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.89%

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

R = 12.99%
G = 36.89%
B = 50.12%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#389FD8 (or 0x389FD8) is known color: Summer Sky. HEX triplet: 38, 9F and D8. RGB value is (56,159,216). Sum of RGB (Red+Green+Blue) = 56+159+216=431 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.99% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #389FD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389FD8 is #C76027. Grayscale: #868686. Windows color (decimal): -13066280 or 14196536. OLE color: 14196536.

HSL color Cylindrical-coordinate representation of color #389FD8: hue angle of 201.38º 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 #389FD8 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 159 216 -
CMYK 0.74 0.26 0 0.15
HSL 201.38º 0.67% 0.53% -
HSV(B) 201.38º 0.74% 0.85% -
XYZ 26.42 30.59 69.48 -
YUV 134.7 173.88 71.87 -
System Red Green Blue C M Y K H S L
Decimal 56 159 216 0.74 0.26 0 0.15 201.38 0.67 0.53
Hex 38 9F D8 4A 1A 0 F C9 43 35
Octal 70 237 330 112 32 0 17 311 103 65
Binary 111000 10011111 11011000 1001010 11010 0 1111 11001001 1000011 110101

Color Harmonies of #389FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FD8

Black with #389FD8

Text Example


Text Example

White with #389FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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