Html Css Color HEX #399ADE Summer Sky

📋 copy color: '#399ADE'

red 57 ◦ green 154 ◦ blue 222

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

Shades of Summer Sky #399ADE

Tints of Summer Sky #399ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.57%

 BLUE value IS 222 (87.11% from 255) = 51.27%

R = 13.16%
G = 35.57%
B = 51.27%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#399ADE (or 0x399ADE) is known color: Summer Sky. HEX triplet: 39, 9A and DE. RGB value is (57,154,222). Sum of RGB (Red+Green+Blue) = 57+154+222=433 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.16% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #399ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399ADE is #C66521. Grayscale: #848484. Windows color (decimal): -13002018 or 14588473. OLE color: 14588473.

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

Color convert

RGB 57 154 222 -
CMYK 0.74 0.31 0 0.13
HSL 204.73º 0.71% 0.55% -
HSV(B) 204.73º 0.74% 0.87% -
XYZ 26.43 29.25 73.36 -
YUV 132.75 178.36 73.97 -
System Red Green Blue C M Y K H S L
Decimal 57 154 222 0.74 0.31 0 0.13 204.73 0.71 0.55
Hex 39 9A DE 4A 1F 0 D CD 47 37
Octal 71 232 336 112 37 0 15 315 107 67
Binary 111001 10011010 11011110 1001010 11111 0 1101 11001101 1000111 110111

Color Harmonies of #399ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399ADE

Black with #399ADE

Text Example


Text Example

White with #399ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,154,222); }

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

background-color css

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

 a { background-color: rgb(57,154,222); }

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

border-color css

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

 span { border-color: rgb(57,154,222); }

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