Html Css Color HEX #3FADDC Summer Sky

📋 copy color: '#3FADDC'

red 63 ◦ green 173 ◦ blue 220

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

Shades of Summer Sky #3FADDC

Tints of Summer Sky #3FADDC

RGB

 RED value IS 63 (25% from 255) = 13.82%

 GREEN value IS 173 (67.97% from 255) = 37.94%

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 13.82%
G = 37.94%
B = 48.25%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3FADDC (or 0x3FADDC) is known color: Summer Sky. HEX triplet: 3F, AD and DC. RGB value is (63,173,220). Sum of RGB (Red+Green+Blue) = 63+173+220=456 (60% of max value = 765). Red value is 63 (25% from 255 or 13.82% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FADDC is #C05223. Grayscale: #919191. Windows color (decimal): -12603940 or 14462271. OLE color: 14462271.

HSL color Cylindrical-coordinate representation of color #3FADDC: hue angle of 197.96º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FADDC is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 173 220 -
CMYK 0.71 0.21 0 0.14
HSL 197.96º 0.69% 0.55% -
HSV(B) 197.96º 0.71% 0.86% -
XYZ 29.91 36.11 73.1 -
YUV 145.47 170.06 69.18 -
System Red Green Blue C M Y K H S L
Decimal 63 173 220 0.71 0.21 0 0.14 197.96 0.69 0.55
Hex 3F AD DC 47 15 0 E C6 45 37
Octal 77 255 334 107 25 0 16 306 105 67
Binary 111111 10101101 11011100 1000111 10101 0 1110 11000110 1000101 110111

Color Harmonies of #3FADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FADDC

Black with #3FADDC

Text Example


Text Example

White with #3FADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FADDC; }

 p { color: rgb(63,173,220); }

 H1.HeaderClassName
 {
   color: #3FADDC;
 }
 .AnyTagClassName
 {
   color: #3FADDC;
 }
</style>

background-color css

<style>
 a { background-color: #3FADDC; }

 a { background-color: rgb(63,173,220); }

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

border-color css

<style>
 span { border-color: #3FADDC; }

 span { border-color: rgb(63,173,220); }

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