Html Css Color HEX #389ADD Summer Sky

📋 copy color: '#389ADD'

red 56 ◦ green 154 ◦ blue 221

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

Shades of Summer Sky #389ADD

Tints of Summer Sky #389ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.73%

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 12.99%
G = 35.73%
B = 51.28%

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

#389ADD (or 0x389ADD) is known color: Summer Sky. HEX triplet: 38, 9A and DD. RGB value is (56,154,221). Sum of RGB (Red+Green+Blue) = 56+154+221=431 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.99% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #389ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ADD is #C76522. Grayscale: #838383. Windows color (decimal): -13067555 or 14522936. OLE color: 14522936.

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

Color convert

RGB 56 154 221 -
CMYK 0.75 0.30 0 0.13
HSL 204.36º 0.71% 0.54% -
HSV(B) 204.36º 0.75% 0.87% -
XYZ 26.24 29.17 72.65 -
YUV 132.34 178.03 73.55 -
System Red Green Blue C M Y K H S L
Decimal 56 154 221 0.75 0.30 0 0.13 204.36 0.71 0.54
Hex 38 9A DD 4B 1E 0 D CC 47 36
Octal 70 232 335 113 36 0 15 314 107 66
Binary 111000 10011010 11011101 1001011 11110 0 1101 11001100 1000111 110110

Color Harmonies of #389ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389ADD

Black with #389ADD

Text Example


Text Example

White with #389ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,154,221); }

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

background-color css

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

 a { background-color: rgb(56,154,221); }

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

border-color css

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

 span { border-color: rgb(56,154,221); }

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