Html Css Color HEX #399EDF Summer Sky

📋 copy color: '#399EDF'

red 57 ◦ green 158 ◦ blue 223

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

Shades of Summer Sky #399EDF

Tints of Summer Sky #399EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.91%

R = 13.01%
G = 36.07%
B = 50.91%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#399EDF (or 0x399EDF) is known color: Summer Sky. HEX triplet: 39, 9E and DF. RGB value is (57,158,223). Sum of RGB (Red+Green+Blue) = 57+158+223=438 (58% of max value = 765). Red value is 57 (22.66% from 255 or 13.01% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #399EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399EDF is #C66120. Grayscale: #868686. Windows color (decimal): -13000993 or 14655033. OLE color: 14655033.

HSL color Cylindrical-coordinate representation of color #399EDF: hue angle of 203.49º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #399EDF is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 158 223 -
CMYK 0.74 0.29 0 0.13
HSL 203.49º 0.72% 0.55% -
HSV(B) 203.49º 0.74% 0.87% -
XYZ 27.23 30.65 74.29 -
YUV 135.21 177.54 72.21 -
System Red Green Blue C M Y K H S L
Decimal 57 158 223 0.74 0.29 0 0.13 203.49 0.72 0.55
Hex 39 9E DF 4A 1D 0 D CB 48 37
Octal 71 236 337 112 35 0 15 313 110 67
Binary 111001 10011110 11011111 1001010 11101 0 1101 11001011 1001000 110111

Color Harmonies of #399EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399EDF

Black with #399EDF

Text Example


Text Example

White with #399EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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