Html Css Color HEX #399CDD Summer Sky

📋 copy color: '#399CDD'

red 57 ◦ green 156 ◦ blue 221

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

Shades of Summer Sky #399CDD

Tints of Summer Sky #399CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.94%

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 13.13%
G = 35.94%
B = 50.92%

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

#399CDD (or 0x399CDD) is known color: Summer Sky. HEX triplet: 39, 9C and DD. RGB value is (57,156,221). Sum of RGB (Red+Green+Blue) = 57+156+221=434 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.13% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #399CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399CDD is #C66322. Grayscale: #858585. Windows color (decimal): -13001507 or 14523449. OLE color: 14523449.

HSL color Cylindrical-coordinate representation of color #399CDD: hue angle of 203.78º degrees, saturation: 0.71, 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 #399CDD is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 156 221 -
CMYK 0.74 0.29 0 0.13
HSL 203.78º 0.71% 0.55% -
HSV(B) 203.78º 0.74% 0.87% -
XYZ 26.63 29.87 72.77 -
YUV 133.81 177.2 73.21 -
System Red Green Blue C M Y K H S L
Decimal 57 156 221 0.74 0.29 0 0.13 203.78 0.71 0.55
Hex 39 9C DD 4A 1D 0 D CC 47 37
Octal 71 234 335 112 35 0 15 314 107 67
Binary 111001 10011100 11011101 1001010 11101 0 1101 11001100 1000111 110111

Color Harmonies of #399CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399CDD

Black with #399CDD

Text Example


Text Example

White with #399CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,156,221); }

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

background-color css

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

 a { background-color: rgb(57,156,221); }

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

border-color css

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

 span { border-color: rgb(57,156,221); }

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