Html Css Color HEX #399ED0 Summer Sky

📋 copy color: '#399ED0'

red 57 ◦ green 158 ◦ blue 208

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

Shades of Summer Sky #399ED0

Tints of Summer Sky #399ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.17%

R = 13.48%
G = 37.35%
B = 49.17%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#399ED0 (or 0x399ED0) is known color: Summer Sky. HEX triplet: 39, 9E and D0. RGB value is (57,158,208). Sum of RGB (Red+Green+Blue) = 57+158+208=423 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.48% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #399ED0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399ED0 is #C6612F. Grayscale: #858585. Windows color (decimal): -13001008 or 13671993. OLE color: 13671993.

HSL color Cylindrical-coordinate representation of color #399ED0: hue angle of 199.87º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #399ED0 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 57 158 208 -
CMYK 0.73 0.24 0 0.18
HSL 199.87º 0.62% 0.52% -
HSV(B) 199.87º 0.73% 0.82% -
XYZ 25.3 29.88 64.11 -
YUV 133.5 170.04 73.43 -
System Red Green Blue C M Y K H S L
Decimal 57 158 208 0.73 0.24 0 0.18 199.87 0.62 0.52
Hex 39 9E D0 49 18 0 12 C8 3E 34
Octal 71 236 320 111 30 0 22 310 76 64
Binary 111001 10011110 11010000 1001001 11000 0 10010 11001000 111110 110100

Color Harmonies of #399ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399ED0

Black with #399ED0

Text Example


Text Example

White with #399ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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