Html Css Color HEX #399FCD Summer Sky

📋 copy color: '#399FCD'

red 57 ◦ green 159 ◦ blue 205

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

Shades of Summer Sky #399FCD

Tints of Summer Sky #399FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.77%

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

R = 13.54%
G = 37.77%
B = 48.69%

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

#399FCD (or 0x399FCD) is known color: Summer Sky. HEX triplet: 39, 9F and CD. RGB value is (57,159,205). Sum of RGB (Red+Green+Blue) = 57+159+205=421 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.54% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #399FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399FCD is #C66032. Grayscale: #858585. Windows color (decimal): -13000755 or 13475641. OLE color: 13475641.

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

Color convert

RGB 57 159 205 -
CMYK 0.72 0.22 0 0.20
HSL 198.65º 0.6% 0.51% -
HSV(B) 198.65º 0.72% 0.8% -
XYZ 25.1 30.07 62.24 -
YUV 133.75 168.21 73.26 -
System Red Green Blue C M Y K H S L
Decimal 57 159 205 0.72 0.22 0 0.20 198.65 0.6 0.51
Hex 39 9F CD 48 16 0 14 C7 3C 33
Octal 71 237 315 110 26 0 24 307 74 63
Binary 111001 10011111 11001101 1001000 10110 0 10100 11000111 111100 110011

Color Harmonies of #399FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399FCD

Black with #399FCD

Text Example


Text Example

White with #399FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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