Html Css Color HEX #399DD6 Summer Sky

📋 copy color: '#399DD6'

red 57 ◦ green 157 ◦ blue 214

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

Shades of Summer Sky #399DD6

Tints of Summer Sky #399DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50%

R = 13.32%
G = 36.68%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#399DD6 (or 0x399DD6) is known color: Summer Sky. HEX triplet: 39, 9D and D6. RGB value is (57,157,214). Sum of RGB (Red+Green+Blue) = 57+157+214=428 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.32% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 214 (83.98% from 255 or 50% from 428); Max value from RGB is 214 - color contains mainly: blue. Hex color #399DD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399DD6 is #C66229. Grayscale: #858585. Windows color (decimal): -13001258 or 14064953. OLE color: 14064953.

HSL color Cylindrical-coordinate representation of color #399DD6: hue angle of 201.78º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #399DD6 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 57 157 214 -
CMYK 0.73 0.27 0 0.16
HSL 201.78º 0.66% 0.53% -
HSV(B) 201.78º 0.73% 0.84% -
XYZ 25.88 29.84 68.01 -
YUV 133.6 173.37 73.37 -
System Red Green Blue C M Y K H S L
Decimal 57 157 214 0.73 0.27 0 0.16 201.78 0.66 0.53
Hex 39 9D D6 49 1B 0 10 CA 42 35
Octal 71 235 326 111 33 0 20 312 102 65
Binary 111001 10011101 11010110 1001001 11011 0 10000 11001010 1000010 110101

Color Harmonies of #399DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399DD6

Black with #399DD6

Text Example


Text Example

White with #399DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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