Html Css Color HEX #389ACB Summer Sky

📋 copy color: '#389ACB'

red 56 ◦ green 154 ◦ blue 203

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

Shades of Summer Sky #389ACB

Tints of Summer Sky #389ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.15%

R = 13.56%
G = 37.29%
B = 49.15%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#389ACB (or 0x389ACB) is known color: Summer Sky. HEX triplet: 38, 9A and CB. RGB value is (56,154,203). Sum of RGB (Red+Green+Blue) = 56+154+203=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #389ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ACB is #C76534. Grayscale: #818181. Windows color (decimal): -13067573 or 13343288. OLE color: 13343288.

HSL color Cylindrical-coordinate representation of color #389ACB: hue angle of 200º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #389ACB is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 154 203 -
CMYK 0.72 0.24 0 0.20
HSL 200º 0.59% 0.51% -
HSV(B) 200º 0.72% 0.8% -
XYZ 23.97 28.26 60.69 -
YUV 130.28 169.03 75.02 -
System Red Green Blue C M Y K H S L
Decimal 56 154 203 0.72 0.24 0 0.20 200 0.59 0.51
Hex 38 9A CB 48 18 0 14 C8 3B 33
Octal 70 232 313 110 30 0 24 310 73 63
Binary 111000 10011010 11001011 1001000 11000 0 10100 11001000 111011 110011

Color Harmonies of #389ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389ACB

Black with #389ACB

Text Example


Text Example

White with #389ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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