Html Css Color HEX #389EDE Summer Sky

📋 copy color: '#389EDE'

red 56 ◦ green 158 ◦ blue 222

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

Shades of Summer Sky #389EDE

Tints of Summer Sky #389EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.92%

R = 12.84%
G = 36.24%
B = 50.92%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#389EDE (or 0x389EDE) is known color: Summer Sky. HEX triplet: 38, 9E and DE. RGB value is (56,158,222). Sum of RGB (Red+Green+Blue) = 56+158+222=436 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.84% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #389EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389EDE is #C76121. Grayscale: #868686. Windows color (decimal): -13066530 or 14589496. OLE color: 14589496.

HSL color Cylindrical-coordinate representation of color #389EDE: hue angle of 203.13º 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 #389EDE is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 158 222 -
CMYK 0.75 0.29 0 0.13
HSL 203.13º 0.72% 0.55% -
HSV(B) 203.13º 0.75% 0.87% -
XYZ 27.04 30.57 73.58 -
YUV 134.8 177.21 71.8 -
System Red Green Blue C M Y K H S L
Decimal 56 158 222 0.75 0.29 0 0.13 203.13 0.72 0.55
Hex 38 9E DE 4B 1D 0 D CB 48 37
Octal 70 236 336 113 35 0 15 313 110 67
Binary 111000 10011110 11011110 1001011 11101 0 1101 11001011 1001000 110111

Color Harmonies of #389EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389EDE

Black with #389EDE

Text Example


Text Example

White with #389EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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