Html Css Color HEX #399ECD Summer Sky

📋 copy color: '#399ECD'

red 57 ◦ green 158 ◦ blue 205

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

Shades of Summer Sky #399ECD

Tints of Summer Sky #399ECD

RGB

 RED value IS 57 (22.66% from 255) = 13.57%

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

 BLUE value IS 205 (80.47% from 255) = 48.81%

R = 13.57%
G = 37.62%
B = 48.81%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#399ECD (or 0x399ECD) is known color: Summer Sky. HEX triplet: 39, 9E and CD. RGB value is (57,158,205). Sum of RGB (Red+Green+Blue) = 57+158+205=420 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.57% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #399ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399ECD is #C66132. Grayscale: #848484. Windows color (decimal): -13001011 or 13475385. OLE color: 13475385.

HSL color Cylindrical-coordinate representation of color #399ECD: hue angle of 199.05º degrees, saturation: 0.6, 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 #399ECD is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 158 205 -
CMYK 0.72 0.23 0 0.20
HSL 199.05º 0.6% 0.51% -
HSV(B) 199.05º 0.72% 0.8% -
XYZ 24.93 29.73 62.18 -
YUV 133.16 168.54 73.68 -
System Red Green Blue C M Y K H S L
Decimal 57 158 205 0.72 0.23 0 0.20 199.05 0.6 0.51
Hex 39 9E CD 48 17 0 14 C7 3C 33
Octal 71 236 315 110 27 0 24 307 74 63
Binary 111001 10011110 11001101 1001000 10111 0 10100 11000111 111100 110011

Color Harmonies of #399ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399ECD

Black with #399ECD

Text Example


Text Example

White with #399ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399ECD; }

 p { color: rgb(57,158,205); }

 H1.HeaderClassName
 {
   color: #399ECD;
 }
 .AnyTagClassName
 {
   color: #399ECD;
 }
</style>

background-color css

<style>
 a { background-color: #399ECD; }

 a { background-color: rgb(57,158,205); }

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

border-color css

<style>
 span { border-color: #399ECD; }

 span { border-color: rgb(57,158,205); }

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