Html Css Color HEX #399DD0 Summer Sky

📋 copy color: '#399DD0'

red 57 ◦ green 157 ◦ blue 208

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

Shades of Summer Sky #399DD0

Tints of Summer Sky #399DD0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.2%

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

R = 13.51%
G = 37.2%
B = 49.29%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#399DD0 (or 0x399DD0) is known color: Summer Sky. HEX triplet: 39, 9D and D0. RGB value is (57,157,208). Sum of RGB (Red+Green+Blue) = 57+157+208=422 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.51% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #399DD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399DD0 is #C6622F. Grayscale: #848484. Windows color (decimal): -13001264 or 13671737. OLE color: 13671737.

HSL color Cylindrical-coordinate representation of color #399DD0: hue angle of 200.26º 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 #399DD0 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 57 157 208 -
CMYK 0.73 0.25 0 0.18
HSL 200.26º 0.62% 0.52% -
HSV(B) 200.26º 0.73% 0.82% -
XYZ 25.13 29.54 64.05 -
YUV 132.91 170.37 73.85 -
System Red Green Blue C M Y K H S L
Decimal 57 157 208 0.73 0.25 0 0.18 200.26 0.62 0.52
Hex 39 9D D0 49 19 0 12 C8 3E 34
Octal 71 235 320 111 31 0 22 310 76 64
Binary 111001 10011101 11010000 1001001 11001 0 10010 11001000 111110 110100

Color Harmonies of #399DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399DD0

Black with #399DD0

Text Example


Text Example

White with #399DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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