Html Css Color HEX #389FD9 Summer Sky

📋 copy color: '#389FD9'

red 56 ◦ green 159 ◦ blue 217

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

Shades of Summer Sky #389FD9

Tints of Summer Sky #389FD9

RGB

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

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

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

R = 12.96%
G = 36.81%
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

#389FD9 (or 0x389FD9) is known color: Summer Sky. HEX triplet: 38, 9F and D9. RGB value is (56,159,217). Sum of RGB (Red+Green+Blue) = 56+159+217=432 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.96% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 217 (85.16% from 255 or 50.23% from 432); Max value from RGB is 217 - color contains mainly: blue. Hex color #389FD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389FD9 is #C76026. Grayscale: #868686. Windows color (decimal): -13066279 or 14262072. OLE color: 14262072.

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

Color convert

RGB 56 159 217 -
CMYK 0.74 0.27 0 0.15
HSL 201.61º 0.68% 0.54% -
HSV(B) 201.61º 0.74% 0.85% -
XYZ 26.55 30.65 70.16 -
YUV 134.82 174.38 71.78 -
System Red Green Blue C M Y K H S L
Decimal 56 159 217 0.74 0.27 0 0.15 201.61 0.68 0.54
Hex 38 9F D9 4A 1B 0 F CA 44 36
Octal 70 237 331 112 33 0 17 312 104 66
Binary 111000 10011111 11011001 1001010 11011 0 1111 11001010 1000100 110110

Color Harmonies of #389FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FD9

Black with #389FD9

Text Example


Text Example

White with #389FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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