Html Css Color HEX #389ACF Summer Sky

📋 copy color: '#389ACF'

red 56 ◦ green 154 ◦ blue 207

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

Shades of Summer Sky #389ACF

Tints of Summer Sky #389ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.64%

R = 13.43%
G = 36.93%
B = 49.64%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#389ACF (or 0x389ACF) is known color: Summer Sky. HEX triplet: 38, 9A and CF. RGB value is (56,154,207). Sum of RGB (Red+Green+Blue) = 56+154+207=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #389ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ACF is #C76530. Grayscale: #828282. Windows color (decimal): -13067569 or 13605432. OLE color: 13605432.

HSL color Cylindrical-coordinate representation of color #389ACF: hue angle of 201.06º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #389ACF is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 154 207 -
CMYK 0.73 0.26 0 0.19
HSL 201.06º 0.61% 0.52% -
HSV(B) 201.06º 0.73% 0.81% -
XYZ 24.45 28.46 63.24 -
YUV 130.74 171.03 74.69 -
System Red Green Blue C M Y K H S L
Decimal 56 154 207 0.73 0.26 0 0.19 201.06 0.61 0.52
Hex 38 9A CF 49 1A 0 13 C9 3D 34
Octal 70 232 317 111 32 0 23 311 75 64
Binary 111000 10011010 11001111 1001001 11010 0 10011 11001001 111101 110100

Color Harmonies of #389ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389ACF

Black with #389ACF

Text Example


Text Example

White with #389ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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