Html Css Color HEX #389ECB Summer Sky

📋 copy color: '#389ECB'

red 56 ◦ green 158 ◦ blue 203

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

Shades of Summer Sky #389ECB

Tints of Summer Sky #389ECB

RGB

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

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

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

R = 13.43%
G = 37.89%
B = 48.68%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#389ECB (or 0x389ECB) is known color: Summer Sky. HEX triplet: 38, 9E and CB. RGB value is (56,158,203). Sum of RGB (Red+Green+Blue) = 56+158+203=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #389ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ECB is #C76134. Grayscale: #848484. Windows color (decimal): -13066549 or 13344312. OLE color: 13344312.

HSL color Cylindrical-coordinate representation of color #389ECB: hue angle of 198.37º 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 #389ECB is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 158 203 -
CMYK 0.72 0.22 0 0.20
HSL 198.37º 0.59% 0.51% -
HSV(B) 198.37º 0.72% 0.8% -
XYZ 24.64 29.61 60.92 -
YUV 132.63 167.71 73.34 -
System Red Green Blue C M Y K H S L
Decimal 56 158 203 0.72 0.22 0 0.20 198.37 0.59 0.51
Hex 38 9E CB 48 16 0 14 C6 3B 33
Octal 70 236 313 110 26 0 24 306 73 63
Binary 111000 10011110 11001011 1001000 10110 0 10100 11000110 111011 110011

Color Harmonies of #389ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389ECB

Black with #389ECB

Text Example


Text Example

White with #389ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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