Html Css Color HEX #399BDE Summer Sky

📋 copy color: '#399BDE'

red 57 ◦ green 155 ◦ blue 222

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

Shades of Summer Sky #399BDE

Tints of Summer Sky #399BDE

RGB

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

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

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

R = 13.13%
G = 35.71%
B = 51.15%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#399BDE (or 0x399BDE) is known color: Summer Sky. HEX triplet: 39, 9B and DE. RGB value is (57,155,222). Sum of RGB (Red+Green+Blue) = 57+155+222=434 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.13% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #399BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399BDE is #C66421. Grayscale: #848484. Windows color (decimal): -13001762 or 14588729. OLE color: 14588729.

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

Color convert

RGB 57 155 222 -
CMYK 0.74 0.30 0 0.13
HSL 204.36º 0.71% 0.55% -
HSV(B) 204.36º 0.74% 0.87% -
XYZ 26.59 29.59 73.42 -
YUV 133.34 178.03 73.55 -
System Red Green Blue C M Y K H S L
Decimal 57 155 222 0.74 0.30 0 0.13 204.36 0.71 0.55
Hex 39 9B DE 4A 1E 0 D CC 47 37
Octal 71 233 336 112 36 0 15 314 107 67
Binary 111001 10011011 11011110 1001010 11110 0 1101 11001100 1000111 110111

Color Harmonies of #399BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399BDE

Black with #399BDE

Text Example


Text Example

White with #399BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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