Html Css Color HEX #399BCE Summer Sky

📋 copy color: '#399BCE'

red 57 ◦ green 155 ◦ blue 206

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

Shades of Summer Sky #399BCE

Tints of Summer Sky #399BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 13.64%
G = 37.08%
B = 49.28%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#399BCE (or 0x399BCE) is known color: Summer Sky. HEX triplet: 39, 9B and CE. RGB value is (57,155,206). Sum of RGB (Red+Green+Blue) = 57+155+206=418 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.64% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #399BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399BCE is #C66431. Grayscale: #838383. Windows color (decimal): -13001778 or 13540153. OLE color: 13540153.

HSL color Cylindrical-coordinate representation of color #399BCE: hue angle of 200.54º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #399BCE is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 155 206 -
CMYK 0.72 0.25 0 0.19
HSL 200.54º 0.6% 0.52% -
HSV(B) 200.54º 0.72% 0.81% -
XYZ 24.55 28.77 62.65 -
YUV 131.51 170.03 74.85 -
System Red Green Blue C M Y K H S L
Decimal 57 155 206 0.72 0.25 0 0.19 200.54 0.6 0.52
Hex 39 9B CE 48 19 0 13 C9 3C 34
Octal 71 233 316 110 31 0 23 311 74 64
Binary 111001 10011011 11001110 1001000 11001 0 10011 11001001 111100 110100

Color Harmonies of #399BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399BCE

Black with #399BCE

Text Example


Text Example

White with #399BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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