Html Css Color HEX #389DDF Summer Sky

📋 copy color: '#389DDF'

red 56 ◦ green 157 ◦ blue 223

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

Shades of Summer Sky #389DDF

Tints of Summer Sky #389DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.01%

 BLUE value IS 223 (87.5% from 255) = 51.15%

R = 12.84%
G = 36.01%
B = 51.15%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#389DDF (or 0x389DDF) is known color: Summer Sky. HEX triplet: 38, 9D and DF. RGB value is (56,157,223). Sum of RGB (Red+Green+Blue) = 56+157+223=436 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.84% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #389DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DDF is #C76220. Grayscale: #858585. Windows color (decimal): -13066785 or 14654776. OLE color: 14654776.

HSL color Cylindrical-coordinate representation of color #389DDF: hue angle of 203.71º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #389DDF is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 157 223 -
CMYK 0.75 0.30 0 0.13
HSL 203.71º 0.72% 0.55% -
HSV(B) 203.71º 0.75% 0.87% -
XYZ 27.01 30.28 74.23 -
YUV 134.33 178.04 72.13 -
System Red Green Blue C M Y K H S L
Decimal 56 157 223 0.75 0.30 0 0.13 203.71 0.72 0.55
Hex 38 9D DF 4B 1E 0 D CC 48 37
Octal 70 235 337 113 36 0 15 314 110 67
Binary 111000 10011101 11011111 1001011 11110 0 1101 11001100 1001000 110111

Color Harmonies of #389DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389DDF

Black with #389DDF

Text Example


Text Example

White with #389DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,157,223); }

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

background-color css

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

 a { background-color: rgb(56,157,223); }

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

border-color css

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

 span { border-color: rgb(56,157,223); }

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