Html Css Color HEX #399BD5 Summer Sky

📋 copy color: '#399BD5'

red 57 ◦ green 155 ◦ blue 213

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

Shades of Summer Sky #399BD5

Tints of Summer Sky #399BD5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.47%

 BLUE value IS 213 (83.59% from 255) = 50.12%

R = 13.41%
G = 36.47%
B = 50.12%

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

#399BD5 (or 0x399BD5) is known color: Summer Sky. HEX triplet: 39, 9B and D5. RGB value is (57,155,213). Sum of RGB (Red+Green+Blue) = 57+155+213=425 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.41% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #399BD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399BD5 is #C6642A. Grayscale: #838383. Windows color (decimal): -13001771 or 13998905. OLE color: 13998905.

HSL color Cylindrical-coordinate representation of color #399BD5: hue angle of 202.31º degrees, saturation: 0.65, 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 #399BD5 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 57 155 213 -
CMYK 0.73 0.27 0 0.16
HSL 202.31º 0.65% 0.53% -
HSV(B) 202.31º 0.73% 0.84% -
XYZ 25.42 29.12 67.23 -
YUV 132.31 173.53 74.28 -
System Red Green Blue C M Y K H S L
Decimal 57 155 213 0.73 0.27 0 0.16 202.31 0.65 0.53
Hex 39 9B D5 49 1B 0 10 CA 41 35
Octal 71 233 325 111 33 0 20 312 101 65
Binary 111001 10011011 11010101 1001001 11011 0 10000 11001010 1000001 110101

Color Harmonies of #399BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399BD5

Black with #399BD5

Text Example


Text Example

White with #399BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,155,213); }

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

background-color css

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

 a { background-color: rgb(57,155,213); }

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

border-color css

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

 span { border-color: rgb(57,155,213); }

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